📄️ Execute Workflow Asynchronously
Learn how to start a workflow execution and immediately return the workflow ID.
📄️ Execute Workflow Synchronously
Learn how to start a workflow execution and wait for the workflow state or output in the response.
📄️ Get Workflow by ID
Learn how to retrieve the details and current state of a workflow execution using its workflow ID.
📄️ Get Workflows by Correlation ID
Learn how to retrieve workflow executions associated with a specific correlation ID.
📄️ Update Variable
Learn how to update variables in a currently running workflow execution.
📄️ Upgrade Workflow
Learn how to upgrade a running workflow execution to a different workflow version.
📄️ Skip Task in Workflow Execution
Learn how to skip a specific task in a currently running workflow execution.
📄️ Pause Workflow
Learn how to pause a running workflow execution.
📄️ Resume Workflow
Learn how to resume a paused workflow execution..
📄️ Terminate Workflow
Learn how to terminate a workflow execution with a specified reason.
📄️ Rerun Workflow
Learn how to rerun a workflow from a specific task, optionally with updated workflow input.
📄️ Restart Workflow
Learn how to restart a completed workflow execution from the beginning using the same workflow input.