Skip to main content

Submit a Task for Approval

Use this API to submit a specified task for approval.

Request URL: /openapi/v1/workflow/submitForApproval

HTTP method: POST

Request parameters

ParameterTypeRequiredDescriptionExample
workflowIdStringYesTask ID.st-dd46vm7divwx

Response parameters

ParameterTypeDescriptionExample
successBooleanWhether the request was successful.true
errorCodeStringError code.N/A
messageStringError message.N/A

Successful response example

{
"success": true
}