Execute workflow from path
| Query Parameters: | |
|---|---|
|
|
| Form Parameters: | |
|
|
| Request Headers: | |
|
|
| Status Codes: |
|
Example response:
HTTP/1.1 200 OK
Content-Type: application/json; charset=UTF-8
{
"success": {
"msg": "Dispatched",
"task_uid": "c83146c41aa54d6fba80b55487bb3937",
"group": 649
}
}
Execute script from path
| Query Parameters: | |
|---|---|
|
|
| Form Parameters: | |
|
|
| Request Headers: | |
|
|
Example response:
HTTP/1.1 200 OK
Content-Type: application/json; charset=UTF-8
{
"success": {
"msg": "Dispatched",
"task_uid": "c83146c41aa54d6fba80b55487bb3937",
"group": 649
}
}
| Status Codes: |
|
|---|
Resume script. If the script has multiple steps, the step to be resumed can be passed as step
| Form Parameters: | |
|---|---|
|
|
| Query Parameters: | |
|
|
| Request Headers: | |
|
|
Example response:
HTTP/1.1 200 OK
Content-Type: application/json; charset=UTF-8
{
"success": {
"msg": "Dispatched",
"task_uid": "c83146c41aa54d6fba80b55487bb3937",
"group": 649
}
}
| Status Codes: |
|
|---|