cancel
Showing results for 
Search instead for 
Did you mean: 

Move the process to a particular task on event

vgaur
Confirmed Champ
Confirmed Champ

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? 

1 REPLY 1

abbask01
Star Collaborator
Star Collaborator

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.

Regards,
Abbas