The Bulk Task Action REST API executes task actions on multiple tasks. When you execute a task action, the task moves to the next step in the workflow. If a task action does not have a subsequent task, the workflow ends when you execute the task action.
The API uses the POST method to perform actions, such as approve, escalate, or reject a task.
To determine the task actions that you can perform on a task, use the Get Task Actions API. For more information, see
Get Task Actions.
You can specify a maximum of 100 tasks in a request.