07-13-2015 07:23 AM
Hi all!
There is a comment field in a workflow. I would like to include it in the email notification.
Situation : User A make a workflow task and assigned it to user B. User B will get an email notification. User B then completes the task and filled up the comment section.
User A received a notification that the task is completed. But the comments made by user B is not included in the notification.
I tried to include the comments in the email notification code. But I don't know what parameters "comments" uses.
Any idea?
Thanks in advanced!
07-13-2015 08:39 AM
var taskId = "activiti$" + task.getId();
var taskComment = workflow.getTask(taskId).getProperties()["bpm:comment"];
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.