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?
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.
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.