Conductor · Capability
Conductor Workflow Orchestration
Unified workflow for managing workflow definitions, task definitions, workflow executions, and event handlers. Used by backend developers and DevOps engineers.
What You Can Do
GET
List workflow definitions
— List all workflow definitions.
/v1/workflow-definitions
POST
Create workflow definition
— Create a workflow definition.
/v1/workflow-definitions
GET
Get workflow definition
— Get a workflow definition.
/v1/workflow-definitions/{id}
DELETE
Delete workflow definition
— Delete a workflow definition.
/v1/workflow-definitions/{id}
GET
List task definitions
— List all task definitions.
/v1/task-definitions
POST
Create task definitions
— Create task definitions.
/v1/task-definitions
POST
Start workflow
— Start a new workflow.
/v1/workflows
GET
Get workflow execution
— Get workflow execution status.
/v1/workflows/{id}
DELETE
Delete workflow execution
— Delete a workflow execution.
/v1/workflows/{id}
MCP Tools
list-workflow-definitions
List all workflow definitions.
read-only
get-workflow-definition
Get a workflow definition by name.
read-only
create-workflow-definition
Create a new workflow definition.
delete-workflow-definition
Delete a workflow definition.
idempotent
list-task-definitions
List all task definitions.
read-only
get-task-definition
Get a task definition.
read-only
create-task-definitions
Create new task definitions.
start-workflow
Start a new workflow execution.
get-workflow-execution
Get workflow execution status.
read-only
pause-workflow
Pause a running workflow.
idempotent
resume-workflow
Resume a paused workflow.
idempotent
terminate-workflow
Terminate a running workflow.
idempotent
search-workflows
Search for workflow executions.
read-only
poll-for-task
Poll for a task to execute.
read-only
update-task
Update task execution status.
list-event-handlers
List all event handlers.
read-only
create-event-handler
Create an event handler.
APIs Used
conductor