Resources
ResourceDescriptionMethods
/executionsGet all executionsPOST, GET
/executions/{execution-id}Get a execution by IdGET
/executions/{execution-id}/cancelCancel a executionPUT
/executions/{execution-id}/pausePause a executionPUT
/executions/{execution-id}/startStart a executionPUT
/executions/{execution-id}/stepsGet all steps belong to the executionGET
/executions/{execution-id}/steps/{step-id}Get a step belong to the executionGET
/workflowsGet all workflowsPOST, GET
/workflows/{workflow-id}Get a workflow by IdGET
/workflows/{workflow-id}/executionsGet all executions by workflow idPOST, GET
/workflows/{workflow-id}/executions/{eid}GET
/workflows/{workflow-id}/executions/{eid}/cancelPUT
/workflows/{workflow-id}/executions/{eid}/pausePUT
/workflows/{workflow-id}/executions/{eid}/startPUT
/workflows/{workflow-id}/executions/{eid}/stepsGET
/workflows/{workflow-id}/executions/{eid}/steps/{stid}GET