POST a Vote to a Task Instance
This REST request registers a single user vote for the specified status. Applies only to task instances, queued from votable task types. The underlying built-in service is pub.task.taskclient:voteTask.
Use this HTTP request and include optional parameters in the request body:
POST
/rest/pub/opentask/taskID/vote?status=status
Input Parameters
|
Output Parameters
|
Usage Notes
The user ID specified for user must have appropriate permissions to vote for the task instance. If the supplied user does not have this permission, an exception is thrown.