| |||
| detail: id column relation | |||
| Name | Type | Description |
|---|---|---|
| id | varchar |
| Name | Type | Description |
|---|---|---|
| creator | Person | creator of the workflow |
| date | date | Date the workflow is created |
| description | varchar | Description of the workflow |
| id | varchar[ID] | |
| title | varchar | Title of the workflow |
| Name | Type | Relation | Description |
|---|---|---|---|
| contributors | [Person] | ONE..MANY | List of contributors to the workflow. |
| steps | [WorkflowStep] | ONE..MANY | List of steps in the workflow, in order of addition. |
| |||
| detail: id column relation | |||