Move the process to a particular task on event

cancel
Showing results for 
Search instead for 
Did you mean: 
vgaur
Active Member II

Move the process to a particular task on event

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
abbask01
Senior Member

Re: Move the process to a particular task on event

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