Module workflow_executions

Source
Expand description

Data layer for workflow executions management.

Structs§

WorkflowExecutionCreateInput
WorkflowExecutionCreateOutput
WorkflowExecutionDeleteInput
WorkflowExecutionListInput
WorkflowExecutionListOutput
WorkflowExecutionViewInput
WorkflowExecutionViewOutput

Enums§

WorkflowsSortBy

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.