| |||
| detail: id column relation | |||
| Name | Type | Description |
|---|---|---|
| id | varchar |
| Name | Type | Description |
|---|---|---|
| allowNull | boolean | Can the parameter be null |
| cliPosition | int | Order of the parameter in the list |
| description | varchar | Description of the workflow parameter |
| boolean | Should the parameter be shown | |
| id | varchar[ID] | |
| options | [varchar] | List of options |
| paramid | varchar | Id of the workflow parameter used to match the step and tool |
| title | varchar | Title of the workflow parameter |
| type | edu.illinois.ncsa.datawolf.domain.WorkflowToolParameter.ParameterType | Type of the workflow parameter |
| value | varchar | Value of the workflow parameter |
| |||
| detail: id column relation | |||