Conductor · Capability
Conductor API — Workflow
Conductor API — Workflow. 11 operations. Lead operation: Conductor Start a New Workflow. Self-contained Naftiko capability covering one Conductor business surface.
What You Can Do
POST
Startworkflow
— Conductor Start a New Workflow
/v1/workflow
GET
Getrunningworkflows
— Conductor Get Running Workflow Instances
/v1/workflow/running/{name}
GET
Searchworkflows
— Conductor Search for Workflow Executions
/v1/workflow/search
GET
Getworkflowexecution
— Conductor Get Workflow Execution Status
/v1/workflow/{workflowid}
DELETE
Deleteworkflowexecution
— Conductor Delete a Workflow Execution
/v1/workflow/{workflowid}
PUT
Pauseworkflow
— Conductor Pause a Running Workflow
/v1/workflow/{workflowid}/pause
POST
Restartworkflow
— Conductor Restart a Completed Workflow
/v1/workflow/{workflowid}/restart
PUT
Resumeworkflow
— Conductor Resume a Paused Workflow
/v1/workflow/{workflowid}/resume
POST
Retryworkflow
— Conductor Retry a Failed Workflow
/v1/workflow/{workflowid}/retry
PUT
Skiptaskfromworkflow
— Conductor Skip a Task in a Running Workflow
/v1/workflow/{workflowid}/skiptask/{taskreferencename}
DELETE
Terminateworkflow
— Conductor Terminate a Running Workflow
/v1/workflow/{workflowid}/terminate
MCP Tools
conductor-start-new-workflow
Conductor Start a New Workflow
conductor-get-running-workflow-instances
Conductor Get Running Workflow Instances
read-only
idempotent
conductor-search-workflow-executions
Conductor Search for Workflow Executions
read-only
idempotent
conductor-get-workflow-execution-status
Conductor Get Workflow Execution Status
read-only
idempotent
conductor-delete-workflow-execution
Conductor Delete a Workflow Execution
idempotent
conductor-pause-running-workflow
Conductor Pause a Running Workflow
idempotent
conductor-restart-completed-workflow
Conductor Restart a Completed Workflow
conductor-resume-paused-workflow
Conductor Resume a Paused Workflow
idempotent
conductor-retry-failed-workflow
Conductor Retry a Failed Workflow
conductor-skip-task-running-workflow
Conductor Skip a Task in a Running Workflow
idempotent
conductor-terminate-running-workflow
Conductor Terminate a Running Workflow
idempotent