How to use activiti error start event

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2012 07:51 AM
I have an activiti workflow. How can I jump to an error start event from a task?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2012 03:32 AM
As the user guide states, this is not possible:
You can use a catching-error event on your subprocess and make it fire a message-event. That, the process you want to see started on error, has to have a message-start event. Check out user guide on details not that.
An error start event can be used to trigger an event subprocess. An error start event cannot be used for starting a process instance.
You can use a catching-error event on your subprocess and make it fire a message-event. That, the process you want to see started on error, has to have a message-start event. Check out user guide on details not that.
