Runs a job action
Currently supported actions: [cancel]
POST /api/workflows/{workflowIdentity}/jobs/{jobIdentity}/{action}
Parameters
| Type |
Name |
Description |
Schema |
| Path |
action required |
action |
string |
| Path |
jobIdentity required |
jobIdentity |
string |
| Path |
workflowIdentity required |
workflowIdentity |
string |
Responses
| HTTP Code |
Description |
Schema |
| 201 |
Created |
No Content |
| 202 |
Accepted |
No Content |
| 400 |
Bad Request |
No Content |
| 401 |
Unauthorized |
No Content |
| 403 |
Forbidden |
No Content |
| 404 |
Resource Not Found |
No Content |
| 415 |
Unsupported Media Type |
No Content |
Consumes
Produces
application/json;charset=UTF-8
Security
| Type |
Name |
| apiKey |
Shared Secret |
| apiKey |
JWT Bearer |