Workflow
A workflow is a DAG that consists of phases and the relationships between phases.
A directed line segment shows the dependency between phases. The dependency decides the order of phase execution. In this example, the workflow runs from left to right after it starts. The DAG can handle the multi-branch structure as well. You can design the DAG flexibly according to the real situation. In the multi-branch situation, phases in parallel branches can run at the same time.
Parameter |
Description |
Mandatory |
Data Type |
---|---|---|---|
name |
Workflow name. The name can contain a maximum of 64 characters, including only letters, digits, underscores (_), and hyphens (-), and must start with a letter. |
Yes |
str |
desc |
Workflow description |
Yes |
str |
steps |
Phases contained in a workflow |
Yes |
list[Step] |
storages |
Unified storage objects |
No |
Storage or list[Storage] |
policy |
Workflow configuration policy, which is used for partial execution |
No |
Policy |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot