Java Service Task history
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2014 03:28 PM
I have successfully created a Java Service Task and it executes within the workflow, however I do not notice anywhere within the process instance history that this task executed. Is this information tracked? If so, is there a REST interface to access this history.
Thanks!
Thanks!
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2014 03:05 AM
Hi Pernic,
I have found at least one example in activiti jUnit tests
Regards
Martin
I have found at least one example in activiti jUnit tests
org.activiti.engine.test.history.HistoricActivityInstanceTest#testHistoricActivityInstanceQuery
.Regards
Martin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2014 07:11 PM
Hey Martin,
Thanks for the response. I think I need to be more specific. I have a process that has several manual task and one service task in the middle of these manual task. I create a process instance and complete each manual task. When I complete the manual task prior to the service task, the service task will automatically execute and go to the next manual task as expected. When the process instance is completed and I review the history for this instance all of the manual task show up, but the service task does not. My concern is that service task are not logged to the instance history. Am I missing something?
Thanks!
pernic
Thanks for the response. I think I need to be more specific. I have a process that has several manual task and one service task in the middle of these manual task. I create a process instance and complete each manual task. When I complete the manual task prior to the service task, the service task will automatically execute and go to the next manual task as expected. When the process instance is completed and I review the history for this instance all of the manual task show up, but the service task does not. My concern is that service task are not logged to the instance history. Am I missing something?
Thanks!
pernic
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2014 03:49 AM
No, service tasks should be logged to ACT_HI_ACTINST
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2014 10:25 PM
Thanks found it! Also, found it in the REST, which is also where I was looking. Just looking at process tasks and not process activities.
