Expand description
Data layer for workflow executions management.
Structs§
- Workflow
Execution Create Input - Workflow
Execution Create Output - Workflow
Execution Delete Input - Workflow
Execution List Input - Workflow
Execution List Output - Workflow
Execution View Input - Workflow
Execution View Output
Enums§
Functions§
- create_
workflow_ execution - Creates the new workflow execution and returns its ID.
- delete_
workflow_ execution - Flags the specified workflow execution as deleted.
- list_
workflow_ executions - Returns a set of workflow executions IDs.
- view_
workflow_ execution - Returns the details of the specified workflow execution.