| |||
| detail: id column relation | |||
| Name | Type | Description |
|---|---|---|
| id | varchar |
| Name | Type | Description |
|---|---|---|
| creator | Person | creator of the execution |
| date | date | Date the execution is created |
| id | varchar[ID] | |
| parameter | java.util.Map | maping a parameter to a specific parameter in the workflow |
| state | java.util.Map | the state of each step executed |
| Name | Type | Relation | Description |
|---|---|---|---|
| datasets | java.util.Map | ONE..MANY | maping a dataset to a specific dataset in the workflow |
| workflow | Workflow | ONE..ONE | Workflow that is executed |
| |||
| detail: id column relation | |||