API mub | Workflow - Workflow step action BP
This article is itended to document the API mub | step execution BP Route: PATCH => http://api.mub.cloud/api/v2/workflow/steps/ {workflos_steps_id} ***** APPROVE AND MAINTAIN:***** API Field Field Type Description, ex…
This article is itended to document the API mub | step execution BP
Route: PATCH => http://api.mub.cloud/api/v2/workflow/steps/{workflos_steps_id}
*****APPROVE AND MAINTAIN:*****
|
API Field |
Field Type |
Description, example. |
|
workflos_steps_id |
Number |
Example: 478. |
|
status |
String |
Example: "APPROVE_AND_MAINTAIN". |
See below full object of request and expected response.
Request example:
http://api.mub.cloud/api/v2/workflow/steps/478
Response example:
***** SEND BACK WITH RESTART: *****
|
API Field |
Field Type |
Description, example. |
|
workflos_steps_id |
Number |
Example: 480. |
|
send_to_correction_id |
Number |
Example: 478. |
|
status |
String |
Example: "SENDBACKRESTART". |
|
comment |
String |
Example: "A comment". |
|
comment_available_to_external |
Boolean |
Values: true|false Example: true |
See below full object of request and expected response.
Request example:
http://api.mub.cloud/api/v2/workflow/steps/480
Response example:
*****REJECT:*****
|
API Field |
Field Type |
Description, example. |
|
workflos_steps_id |
Number |
Example: 478. |
|
status |
String |
Example: "REJECT". |
|
comment |
String |
"A comment about rejection" |
|
comment_available_to_external |
Boolean |
Values: true|false Example: true |
See below full object of request and expected response.
Request example:
http://api.mub.cloud/api/v2/workflow/steps/478
