content/api-docs/0.16/workflow_data_model.html [1:101]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Thrift module: workflow_data_model
Thrift module: workflow_data_model
Enumerations
Enumeration: WorkflowState
CREATED | 0 |
|
STARTED | 1 |
|
EXECUTING | 2 |
|
COMPLETED | 3 |
|
FAILED | 4 |
|
CANCELLING | 5 |
|
CANCELED | 6 |
|
Enumeration: ComponentState
CREATED | 0 |
|
WAITING | 1 |
|
READY | 2 |
|
RUNNING | 3 |
|
COMPLETED | 4 |
|
FAILED | 5 |
|
CANCELED | 6 |
|
Data structures
Struct: WorkflowStatus
| Key | Field | Type | Description | Requiredness | Default value |
| 1 | state | WorkflowState | | required | |
| 2 | timeOfStateChange | i64 | | optional | |
| 3 | reason | string | | optional | |
Struct: EdgeModel
| Key | Field | Type | Description | Requiredness | Default value |
| 1 | edgeId | string | | required | "DO_NOT_SET_AT_CLIENTS" |
| 2 | name | string | | optional | |
| 3 | status | ComponentStatus | | optional | |
| 4 | description | string | | optional | |
Struct: PortModel
| Key | Field | Type | Description | Requiredness | Default value |
| 1 | portId | string | | required | "DO_NOT_SET_AT_CLIENTS" |
| 2 | name | string | | optional | |
| 3 | status | ComponentStatus | | optional | |
| 4 | value | string | | optional | |
| 5 | description | string | | optional | |
Struct: NodeModel
| Key | Field | Type | Description | Requiredness | Default value |
| 1 | nodeId | string | | required | "DO_NOT_SET_AT_CLIENTS" |
| 2 | name | string | | optional | |
| 3 | applicationId | string | | optional | |
| 4 | applicationName | string | | optional | |
| 5 | status | ComponentStatus | | optional | |
| 6 | description | string | | optional | |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
source/api-docs/0.16/workflow_data_model.html [1:101]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Thrift module: workflow_data_model
Thrift module: workflow_data_model
Enumerations
Enumeration: WorkflowState
CREATED | 0 |
|
STARTED | 1 |
|
EXECUTING | 2 |
|
COMPLETED | 3 |
|
FAILED | 4 |
|
CANCELLING | 5 |
|
CANCELED | 6 |
|
Enumeration: ComponentState
CREATED | 0 |
|
WAITING | 1 |
|
READY | 2 |
|
RUNNING | 3 |
|
COMPLETED | 4 |
|
FAILED | 5 |
|
CANCELED | 6 |
|
Data structures
Struct: WorkflowStatus
| Key | Field | Type | Description | Requiredness | Default value |
| 1 | state | WorkflowState | | required | |
| 2 | timeOfStateChange | i64 | | optional | |
| 3 | reason | string | | optional | |
Struct: EdgeModel
| Key | Field | Type | Description | Requiredness | Default value |
| 1 | edgeId | string | | required | "DO_NOT_SET_AT_CLIENTS" |
| 2 | name | string | | optional | |
| 3 | status | ComponentStatus | | optional | |
| 4 | description | string | | optional | |
Struct: PortModel
| Key | Field | Type | Description | Requiredness | Default value |
| 1 | portId | string | | required | "DO_NOT_SET_AT_CLIENTS" |
| 2 | name | string | | optional | |
| 3 | status | ComponentStatus | | optional | |
| 4 | value | string | | optional | |
| 5 | description | string | | optional | |
Struct: NodeModel
| Key | Field | Type | Description | Requiredness | Default value |
| 1 | nodeId | string | | required | "DO_NOT_SET_AT_CLIENTS" |
| 2 | name | string | | optional | |
| 3 | applicationId | string | | optional | |
| 4 | applicationName | string | | optional | |
| 5 | status | ComponentStatus | | optional | |
| 6 | description | string | | optional | |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -