|
| POST | /executions | Create execution via execution JSON |
| GET | /executions?page=…&size=… | Get all executions |
| GET | /executions/{execution-id} | Get a execution by Id |
| PUT | /executions/{execution-id}/cancel | Cancel a execution |
| PUT | /executions/{execution-id}/pause | Pause a execution |
| PUT | /executions/{execution-id}/start | Start a execution |
| GET | /executions/{execution-id}/steps | Get all steps belong to the execution |
| GET | /executions/{execution-id}/steps/{step-id} | Get a step belong to the execution |
| POST | /workflows | Create 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} | |