| Class | Description |
|---|---|
| DagModel |
The class of workflow param, is a directed acyclic graph(DAG).
|
| StageModel |
The stage in DAG.
|
| StageParamModel |
The stage param in stage.
|
| WorkflowBaseRequest |
Base workflow request, contains a attribute of workflow name.
|
| WorkflowBaseResponse |
Base workflow response.
|
| WorkflowCreateRequest |
Create Workflow request.
|
| WorkflowGetResponse |
Get workflow response.
|
| WorkflowListRequest |
List workflow request
|
| WorkflowListResponse |
Workflow list response.
|
| WorkflowUpdateRequest |
Update workflow request.
|
| Enum | Description |
|---|---|
| RunnableStatus |
The enum class to enumerate all the supported instance status in SDK.
|
| StageType |
The enum class to enumerate all the supported stage type in SDK.
|
| WorkflowStatus |
The enum class to enumerate all the supported workflow status in SDK.
|
Copyright © 2024. All rights reserved.