addCommentToCurrentTask operation

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
Draft comment:
This topic was viewed 1 times since its publication
Adds a comment to the current task. You can specify the comment or use Expression Builder to assign a string case property as the comment.
Parameter Type Description
caseId String The identifier of the case.

You must set the expression for the caseID parameter to the F_CaseFolder business object field in the Expression Builder window.

taskId String F_CaseTask must be used as parameter in Process Designer.
comment String The comment to be added

The comment must be 64 KB or less in size.

return_value String The GUID of the new comment.