Workflow Management
📄️ Get Workflow by ID
This API is used to retrieve a workflow execution based on its workflow ID.
📄️ Delete Workflow
This API is used to permanently remove a workflow execution from your Conductor cluster
📄️ Get Workflows by Correlation ID
This API is used to retrieve a list of workflow executions based on its correlation IDs.
📄️ Pause Workflow
This API is used to pause a running workflow execution.
📄️ Rerun Workflow
This API is used to rerun a workflow from a specific task using on an updated workflow input if needed.
📄️ Restart Workflow
This API is used to restart a completed workflow from the beginning using the same workflow input.
📄️ Resume Workflow
This API is used to resume a paused workflow execution.
📄️ Retry Failed Workflow
This API is used to retry a failed workflow execution from the last failed task.
📄️ Search Workflow Executions
This API is used to search for workflow executions.
📄️ Skip Task from Workflow Execution
This API is used to skip a specific task in a currently running workflow.
📄️ Start Workflow Execution
This API is used to start a workflow execution and immediately generates a workflow ID.
📄️ Synchronous Execution
This API is used to start a workflow execution. The API response returns only after the workflow or a specified task is completed.
📄️ Terminate Workflow
This API is used to terminate a workflow execution with a termination reason.
📄️ Upgrade Workflow
This API is used to upgrade a currently running workflow to a different version.
📄️ Update Variable
This API is used to update the workflow variables in a currently running workflow.