Move the process to a particular task on event
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2020 04:49 AM
I am looking for a way to model the process such that in case of event /signal the process should move to a particular task.
The only challenge is I don't know what state the process will be in when I receive this event. In a nutshell, I can not add boundary-catching event on any specific task.
I tried adding entire process inside subprocess , add boundary catching event on subprocess but it won;t let me attach to the task inside subprocess.
Is there any way this can be achieved?
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2020 05:51 AM
You can break your model into smaller sub process that has signal start event.
more about signal start event - https://www.activiti.org/userguide/#bpmnSignalStartEvent
Hope it helps.
Abbas
