Workflow¶
Create, inspect, update, pause, resume, or delete workflows in this section. Keep the workflow ID from a create or retrieval response for subsequent control operations.
Choose a task¶
Task |
Description |
|---|---|
Save a workflow definition without automatically starting a job. |
|
Lists workflows that the caller can read. |
|
Reads a workflow definition, runtime configuration, and current status. |
|
Changes an existing workflow definition or configuration. |
|
Pauses a workflow and its currently pausable executions. |
|
Resumes a paused workflow and executions paused by the workflow pause action. |
|
Deletes a workflow and its versions, triggers, and execution records. |
Last updated on