Module | Services | Data types | Constants |
---|---|---|---|
airavata_workflow_model | AiravataWorkflow ApplicationState ApplicationStatus ComponentType DataBlock HandlerState HandlerStatus HandlerType WorkflowApplication WorkflowConnection WorkflowHandler WorkflowState WorkflowStatus |
CREATED | 0 | |
VALIDATED | 1 | |
SCHEDULED | 2 | |
LAUNCHED | 3 | |
EXECUTING | 4 | |
CANCELING | 5 | |
CANCELED | 6 | |
COMPLETED | 7 | |
FAILED | 8 |
APPLICATION | 0 | |
HANDLER | 1 |
FLOW_STARTER | 0 | |
FLOW_TERMINATOR | 1 |
CREATED | 0 | |
VALIDATED | 1 | |
SCHEDULED | 2 | |
LAUNCHED | 3 | |
EXECUTING | 4 | |
CANCELING | 5 | |
CANCELED | 6 | |
COMPLETED | 7 | |
FAILED | 8 |
CREATED | 0 | |
VALIDATED | 1 | |
SCHEDULED | 2 | |
LAUNCHED | 3 | |
EXECUTING | 4 | |
PAUSING | 5 | |
PAUSED | 6 | |
RESTARTING | 7 | |
CANCELING | 8 | |
CANCELED | 9 | |
COMPLETED | 10 | |
FAILED | 11 |
Key | Field | Type | Description | Requiredness | Default value |
---|---|---|---|---|---|
1 | id | string | optional | ||
2 | state | ApplicationState | required | ||
3 | description | string | optional | ||
4 | updatedAt | i64 | optional |
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< | optional | ||
11 | errors | list< | optional | ||
12 | createdAt | i64 | optional | ||
13 | updatedAt | i64 | optional |
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 |
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 |
Key | Field | Type | Description | Requiredness | Default value |
---|---|---|---|---|---|
1 | id | string | optional | ||
2 | state | HandlerState | required | ||
3 | description | string | optional | ||
4 | updatedAt | i64 | optional |
Key | Field | Type | Description | Requiredness | Default value |
---|---|---|---|---|---|
1 | id | string | required | ||
2 | type | HandlerType | required | ||
3 | inputs | list< | optional | ||
4 | outputs | list< | optional | ||
5 | statuses | list< | optional | ||
6 | errors | list< | optional | ||
7 | createdAt | i64 | optional | ||
8 | updatedAt | i64 | optional |
Key | Field | Type | Description | Requiredness | Default value |
---|---|---|---|---|---|
1 | id | string | optional | ||
2 | state | WorkflowState | required | ||
3 | description | string | optional | ||
4 | updatedAt | i64 | optional |
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< | optional | ||
5 | handlers | list< | optional | ||
6 | connections | list< | optional | ||
7 | statuses | list< | optional | ||
8 | errors | list< | optional | ||
9 | createdAt | i64 | optional | ||
10 | updatedAt | i64 | optional |