cancel
Showing results for 
Search instead for 
Did you mean: 

How to start a subprocess?

kelyannegualber
Champ in-the-making
Champ in-the-making
Hello, good afternoon.
I'm developing a flow that has a sub process.
I start the process and realize the first task of the process, then comes the sub process. (This sub process has an "Event Sub Process" that is initiated by an "error event").
The question is: I need to start the sub process, or so I complete the process task he should go to the first sub process task?
Note: all tasks are "user task".
I searched the forum and did not find anything that could help me.
2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

may be following jUnit test could help you org.activiti.engine.test.bpmn.event.error.ErrorEventSubProcessTest

Regards
Martin

kelyannegualber
Champ in-the-making
Champ in-the-making
Ok, Martin.
Thanks!
Smiley Happy