voteTask
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.
Input
|
Output
None.
Usage Notes
If user is not specified, the administrative user ID under which your client program logged in is used.
The user ID in user must have permission to vote for the specified task. If the supplied ID does not have access and vote permissions for the task, or if the specified task does not exist, an exception is thrown.