POST https://apis.wso2.com/api/am/admin/v0.16/workflows/update-workflow-status
This operation can be used to approve or reject a workflow task.
Not required
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Query |
workflowReferenceId required |
Workflow reference id |
String | |
Body |
body required |
Workflow event that need to be updated |
Workflow (Workflow) |
HTTP Code | Description | Schema |
---|---|---|
200 |
OK. Workflow request information is returned. |
Workflow |
400 |
Bad Request. Invalid request or validation error. |
Error |
404 |
Not Found. Workflow for the given reference is not found. |
Error |