pub.task.taskclient:voteTask
WmTaskClient. Applies only to task instances, queued from votable task types. Registers a single user vote for the specified task status of the task instance with the specified taskID. The status of the task does not change until the number of individual votes reaches a predefined threshold. For more information, see webMethods Task Engine User’s Guide
Input Parameters
taskID | String The unique identifier that Task Engine assigns to the task instance. |
status | String The task status for which to vote. |
user | String The user ID of the My webMethods Server user on whose behalf this operation executes. The user must have appropriate permissions to vote for the task instance. |
Output Parameters
result | String A confirmation message with the task ID and the supplied status. |