Task Engine 10.11 | Task Engine Webhelp | webMethods Task Engine API and Service Reference | Using the Task Engine Built-in Services | pub.task.taskclient:addTaskComment
 
pub.task.taskclient:addTaskComment
WmTaskClient. Adds a comment to a task.
Input Parameters
attachments
TaskAttachment [ ] Optional. An array of pub.task:TaskAttachment objects representing the attachments to be added to the comment being updated.
html
Boolean Optional. Set to:
*true if the comment text contains HTML markup.
*false (default) if the comment text is to be treated as plain text.
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 My webMethods Server user on whose behalf this operation executes.
Output Parameters
commentID
String The unique identifier that the Task Engine assigns to the newly added comment.