Process End Event

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2011 11:00 AM
Hi,
After a process ends, I need to persist some information to database, to do that, how can I understand that last task of a process has been completed and that process has ended??
Thanks…
After a process ends, I need to persist some information to database, to do that, how can I understand that last task of a process has been completed and that process has ended??
Thanks…
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2011 04:46 AM
You can use an executionListener that listens to the end of the process instance.
See http://activiti.org/userguide/index.html#executionListeners
See http://activiti.org/userguide/index.html#executionListeners

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2011 04:49 AM
Thanks very much.
