Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Metadata model stores the metadata of entities such as Actor or Workflow. This data is stored in a new table of the `leapp.db` file called `metadata`. For an actor, the metadata stored contain: `class_name` - the name of the actor class `name` - the name given to the actor `description` - the actor's description `phase` - phase of execution of the actor `tags` - names of any tags associated with an actor `consumes` - list of all messages the actor consumes `produces` - list of all messages the actor produces `path` - the path to the actor source file For a workflow, the metadata stored contain: `name` - name of the workflow `short_name` - short name of the workflow `tag` - workflow tag `description` - workflow description `phases` - all phases associated with the workflow
- Loading branch information