editTaskComment
Adds the status comment wfcomment to workflow task wfstr. If wfstr has an existing comment, the comment is replaced by wfcomment. wfstr does not have to be active. Status date is not updated. No workflow history record is created.
Version
1.3
Parameters
Parameter | Type | Description |
---|---|---|
wfstr | string | Workflow task whose comment should be updated. |
wfcomment | string | Comment to be given to wfstr. |
wfProcess (optional) | string | Process name of workflow task wfstr. |
Notes
If record’s workflow contains duplicate wfstr tasks, use parameter wfProcess to specify the process or subprocess whose wfstr should be edited.