| |||
| detail: id column relation | |||
| Name | Type | Description |
|---|---|---|
| id | varchar |
| Name | Type | Description |
|---|---|---|
| createDate | date | Date the workflow step is created |
| creator | Person | creator of the workflow step |
| id | varchar[ID] | |
| title | varchar | Title of the workflow step |
| tool | WorkflowTool | Tool the workflow step is executing |
| Name | Type | Relation | Description |
|---|---|---|---|
| inputs | java.util.Map | ONE..MANY | List of inputs to the workflow step. |
| outputs | java.util.Map | ONE..MANY | List of outputs from the workflow step. |
| parameters | java.util.Map | ONE..MANY | List of parameters from the workflow step. |
| |||
| detail: id column relation | |||