pub.task.taskclient:updateTaskComment

WmTaskClient. Updates a comment in a task.

Input Parameters

attachments TaskAttachment[] An array of pub.task:TaskAttachment objects representing the attachments to be added to the comment being updated.
commentID String The unique identifier of the comment to be deleted.
deleteAttachments String[] An array of IDs of the attachments to be deleted from the comment
taskID String The unique identifier that the Task Engine assigns to the task.
text String Optional. The updated text for this comment.
user String Optional. The user ID of the IBM My webMethods Server user on whose behalf this operation executes.

Output Parameters

None.