Resources
MethodURLDescription
POST/executionsCreate execution via execution JSON
GET/executions?page=…&size=…Get all executions
GET/executions/{execution-id}Get a execution by Id
PUT/executions/{execution-id}/cancelCancel a execution
PUT/executions/{execution-id}/pausePause a execution
PUT/executions/{execution-id}/startStart a execution
GET/executions/{execution-id}/stepsGet all steps belong to the execution
GET/executions/{execution-id}/steps/{step-id}Get a step belong to the execution
POST/workflowsCreate workflow via workflow JSON
GET/workflows?page=…&size=…Get all workflows
GET/workflows/{workflow-id}Get a workflow by Id
POST/workflows/{workflow-id}/executions?run=…Create a execution by execution JSON
GET/workflows/{workflow-id}/executions?page=…&size=…Get all executions by workflow id
GET/workflows/{workflow-id}/executions/{eid} 
PUT/workflows/{workflow-id}/executions/{eid}/cancel 
PUT/workflows/{workflow-id}/executions/{eid}/pause 
PUT/workflows/{workflow-id}/executions/{eid}/start 
GET/workflows/{workflow-id}/executions/{eid}/steps 
GET/workflows/{workflow-id}/executions/{eid}/steps/{stid}