Workflows (Individual)


Update workflow status

POST https://apis.wso2.com/api/am/publisher/v0.16/workflows/update-workflow-status

This operation can be used to approve or reject a workflow task.

OAuth 2.0 Scope

Not required

Examples

Parameters

Type Name Description Schema Default
Query

workflowReferenceId

required

Workflow reference id

String

Body

body

required

Workflow event that need to be updated

Workflow (Workflow)

Responses

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 in not found.

Error