Explore the Workflow Executions (v1) connector for Doflow.
Cancels an execution of the given name.
Creates a new execution using the latest revision of the given workflow.
Returns an execution of the given name.
Returns a list of executions which belong to the workflow with the given name. The method returns executions of all workflow revisions. Returned executions are ordered by their start time (newest first).
Starts a workflow execution and waits for it to finish. This provides a simpler interface to launch a workflow execution than the create() API.