content/api-docs/master/airavata_workflow_model.html [1:186]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Thrift module: airavata_workflow_model
Thrift module: airavata_workflow_model
Enumerations
Enumeration: ApplicationState
CREATED | 0 |
|
VALIDATED | 1 |
|
SCHEDULED | 2 |
|
LAUNCHED | 3 |
|
EXECUTING | 4 |
|
CANCELING | 5 |
|
CANCELED | 6 |
|
COMPLETED | 7 |
|
FAILED | 8 |
|
Enumeration: ComponentType
Enumeration: HandlerType
FLOW_STARTER | 0 |
|
FLOW_TERMINATOR | 1 |
|
Enumeration: HandlerState
CREATED | 0 |
|
VALIDATED | 1 |
|
SCHEDULED | 2 |
|
LAUNCHED | 3 |
|
EXECUTING | 4 |
|
CANCELING | 5 |
|
CANCELED | 6 |
|
COMPLETED | 7 |
|
FAILED | 8 |
|
Enumeration: WorkflowState
CREATED | 0 |
|
VALIDATED | 1 |
|
SCHEDULED | 2 |
|
LAUNCHED | 3 |
|
EXECUTING | 4 |
|
PAUSING | 5 |
|
PAUSED | 6 |
|
RESTARTING | 7 |
|
CANCELING | 8 |
|
CANCELED | 9 |
|
COMPLETED | 10 |
|
FAILED | 11 |
|
Data structures
Struct: ApplicationStatus
Key | Field | Type | Description | Requiredness | Default value |
1 | id | string | | optional | |
2 | state | ApplicationState | | required | |
3 | description | string | | optional | |
4 | updatedAt | i64 | | optional | |
Struct: WorkflowApplication
Key | Field | Type | Description | Requiredness | Default value |
1 | id | string | | required | |
2 | processId | string | | optional | |
3 | applicationInterfaceId | string | | optional | |
4 | computeResourceId | string | | optional | |
5 | queueName | string | | optional | |
6 | nodeCount | i32 | | optional | |
7 | coreCount | i32 | | optional | |
8 | wallTimeLimit | i32 | | optional | |
9 | physicalMemory | i32 | | optional | |
10 | statuses | list<ApplicationStatus > | | optional | |
11 | errors | list<airavata_commons.ErrorModel > | | optional | |
12 | createdAt | i64 | | optional | |
13 | updatedAt | i64 | | optional | |
Struct: DataBlock
Key | Field | Type | Description | Requiredness | Default value |
1 | id | string | | required | |
2 | value | string | | optional | |
3 | type | application_io_models.DataType | | optional | |
4 | createdAt | i64 | | optional | |
5 | updatedAt | i64 | | optional | |
Struct: WorkflowConnection
Key | Field | Type | Description | Requiredness | Default value |
1 | id | string | | required | "DO_NOT_SET_AT_CLIENTS" |
2 | dataBlock | DataBlock | | optional | |
3 | fromType | ComponentType | | required | |
4 | fromId | string | | required | |
5 | fromOutputName | string | | required | |
6 | toType | ComponentType | | required | |
7 | toId | string | | required | |
8 | toInputName | string | | required | |
9 | createdAt | i64 | | optional | |
10 | updatedAt | i64 | | optional | |
Struct: HandlerStatus
Key | Field | Type | Description | Requiredness | Default value |
1 | id | string | | optional | |
2 | state | HandlerState | | required | |
3 | description | string | | optional | |
4 | updatedAt | i64 | | optional | |
Struct: WorkflowStatus
Key | Field | Type | Description | Requiredness | Default value |
1 | id | string | | optional | |
2 | state | WorkflowState | | required | |
3 | description | string | | optional | |
4 | updatedAt | i64 | | optional | |
Struct: AiravataWorkflow
Key | Field | Type | Description | Requiredness | Default value |
1 | id | string | | required | "DO_NOT_SET_AT_CLIENTS" |
2 | experimentId | string | | required | |
3 | description | string | | optional | |
4 | applications | list<WorkflowApplication > | | optional | |
5 | handlers | list<WorkflowHandler > | | optional | |
6 | connections | list<WorkflowConnection > | | optional | |
7 | statuses | list<WorkflowStatus > | | optional | |
8 | errors | list<airavata_commons.ErrorModel > | | optional | |
9 | createdAt | i64 | | optional | |
10 | updatedAt | i64 | | optional | |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
source/api-docs/master/airavata_workflow_model.html [1:186]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Thrift module: airavata_workflow_model
Thrift module: airavata_workflow_model
Enumerations
Enumeration: ApplicationState
CREATED | 0 |
|
VALIDATED | 1 |
|
SCHEDULED | 2 |
|
LAUNCHED | 3 |
|
EXECUTING | 4 |
|
CANCELING | 5 |
|
CANCELED | 6 |
|
COMPLETED | 7 |
|
FAILED | 8 |
|
Enumeration: ComponentType
Enumeration: HandlerType
FLOW_STARTER | 0 |
|
FLOW_TERMINATOR | 1 |
|
Enumeration: HandlerState
CREATED | 0 |
|
VALIDATED | 1 |
|
SCHEDULED | 2 |
|
LAUNCHED | 3 |
|
EXECUTING | 4 |
|
CANCELING | 5 |
|
CANCELED | 6 |
|
COMPLETED | 7 |
|
FAILED | 8 |
|
Enumeration: WorkflowState
CREATED | 0 |
|
VALIDATED | 1 |
|
SCHEDULED | 2 |
|
LAUNCHED | 3 |
|
EXECUTING | 4 |
|
PAUSING | 5 |
|
PAUSED | 6 |
|
RESTARTING | 7 |
|
CANCELING | 8 |
|
CANCELED | 9 |
|
COMPLETED | 10 |
|
FAILED | 11 |
|
Data structures
Struct: ApplicationStatus
Key | Field | Type | Description | Requiredness | Default value |
1 | id | string | | optional | |
2 | state | ApplicationState | | required | |
3 | description | string | | optional | |
4 | updatedAt | i64 | | optional | |
Struct: WorkflowApplication
Key | Field | Type | Description | Requiredness | Default value |
1 | id | string | | required | |
2 | processId | string | | optional | |
3 | applicationInterfaceId | string | | optional | |
4 | computeResourceId | string | | optional | |
5 | queueName | string | | optional | |
6 | nodeCount | i32 | | optional | |
7 | coreCount | i32 | | optional | |
8 | wallTimeLimit | i32 | | optional | |
9 | physicalMemory | i32 | | optional | |
10 | statuses | list<ApplicationStatus > | | optional | |
11 | errors | list<airavata_commons.ErrorModel > | | optional | |
12 | createdAt | i64 | | optional | |
13 | updatedAt | i64 | | optional | |
Struct: DataBlock
Key | Field | Type | Description | Requiredness | Default value |
1 | id | string | | required | |
2 | value | string | | optional | |
3 | type | application_io_models.DataType | | optional | |
4 | createdAt | i64 | | optional | |
5 | updatedAt | i64 | | optional | |
Struct: WorkflowConnection
Key | Field | Type | Description | Requiredness | Default value |
1 | id | string | | required | "DO_NOT_SET_AT_CLIENTS" |
2 | dataBlock | DataBlock | | optional | |
3 | fromType | ComponentType | | required | |
4 | fromId | string | | required | |
5 | fromOutputName | string | | required | |
6 | toType | ComponentType | | required | |
7 | toId | string | | required | |
8 | toInputName | string | | required | |
9 | createdAt | i64 | | optional | |
10 | updatedAt | i64 | | optional | |
Struct: HandlerStatus
Key | Field | Type | Description | Requiredness | Default value |
1 | id | string | | optional | |
2 | state | HandlerState | | required | |
3 | description | string | | optional | |
4 | updatedAt | i64 | | optional | |
Struct: WorkflowStatus
Key | Field | Type | Description | Requiredness | Default value |
1 | id | string | | optional | |
2 | state | WorkflowState | | required | |
3 | description | string | | optional | |
4 | updatedAt | i64 | | optional | |
Struct: AiravataWorkflow
Key | Field | Type | Description | Requiredness | Default value |
1 | id | string | | required | "DO_NOT_SET_AT_CLIENTS" |
2 | experimentId | string | | required | |
3 | description | string | | optional | |
4 | applications | list<WorkflowApplication > | | optional | |
5 | handlers | list<WorkflowHandler > | | optional | |
6 | connections | list<WorkflowConnection > | | optional | |
7 | statuses | list<WorkflowStatus > | | optional | |
8 | errors | list<airavata_commons.ErrorModel > | | optional | |
9 | createdAt | i64 | | optional | |
10 | updatedAt | i64 | | optional | |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -