|
| blobs | [FileDescriptor] | ONE..MANY | all blobs associated with this tool |
| contributors | [Person] | ONE..MANY | List of contributors to the workflow tool. |
| creator | Person | ONE..ONE | creator of the workflow tool |
| implementation | WorkflowToolImplementation | ONE..ONE | implementation, this is executor specific. |
| inputs | [WorkflowToolData] | ONE..MANY | List of inputs to the workflow tool. |
| outputs | [WorkflowToolData] | ONE..MANY | List of outputs to the workflow tool. |
| parameters | [WorkflowToolParameter] | ONE..MANY | List of parameters to the workflow tool. |
| previousVersion | WorkflowTool | ONE..ONE | Previous version of the workflow tool |