Orkes Conductor REST API
The Orkes Conductor REST API provides endpoints for managing workflows, tasks, human tasks, secrets, schedules, and other resources in the Orkes workflow orchestration platform built on Netflix Conductor.
What You Can Do
MCP Tools
listworkflowdefinitions
List workflow definitions
registerworkflowdefinition
Register a workflow definition
updateworkflowdefinitions
Update workflow definitions
getworkflowdefinition
Get workflow definition
deleteworkflowdefinition
Delete a workflow definition
listtaskdefinitions
List task definitions
registertaskdefinitions
Register task definitions
gettaskdefinition
Get task definition
deletetaskdefinition
Delete a task definition
startworkflow
Start a workflow
getworkflowexecution
Get workflow execution
terminateworkflow
Terminate a workflow
pauseworkflow
Pause a workflow
resumeworkflow
Resume a workflow
retryworkflow
Retry a workflow
restartworkflow
Restart a workflow
searchworkflows
Search workflows
polltask
Poll for a task
updatetask
Update task
searchhumantasks
Search human tasks
gethumantask
Get a human task
claimhumantask
Claim a human task
releasehumantask
Release a human task
completehumantask
Complete a human task
getsecret
Get a secret
putsecret
Create or update a secret
deletesecret
Delete a secret
listsecrets
List secret names
listschedules
List schedules
createschedule
Create a schedule
getschedule
Get a schedule
deleteschedule
Delete a schedule
pauseschedule
Pause a schedule
resumeschedule
Resume a schedule
generatetoken
Generate access token