How to get Process comments list
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2014 11:48 AM
Hi all,
I have 4 comments added to a process. Two of then are added directly to tasks, and the other two are only added with processInstanceId.
How can i get the Events that were added only to the process, which were triggered by adding those 2 comments?
On taskservice i only can find getProcessEngine().getTaskService().<b>getTaskEvents(taskId)</b>
btw, im using version 5.14
thanks
I have 4 comments added to a process. Two of then are added directly to tasks, and the other two are only added with processInstanceId.
How can i get the Events that were added only to the process, which were triggered by adding those 2 comments?
On taskservice i only can find getProcessEngine().getTaskService().<b>getTaskEvents(taskId)</b>
btw, im using version 5.14
thanks
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2014 03:41 AM
There is a method on the taskService to get the comments using the processInstanceId / taskId
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2014 10:18 AM
hi jbarrez,
yes there is, i don't know how i miss then.
thnks
yes there is, i don't know how i miss then.

thnks
