cancel
Showing results for 
Search instead for 
Did you mean: 

Starting subprocess instance of running execution

robby20062
Champ in-the-making
Champ in-the-making
Hi everyone!

I have a subprocess (possesses the multi-instance property) within my parent-process. I pass a list of assignees when starting the parent-process, so with the multi-instance property for every assignee in the list a subprocess instance is created. This works well so far.

I was now wondering if it is possible to manually start another subprocess instance for another assignee not in the list and bind it to the parent-process which is now already running?

Thanks in advance for your help.

3 REPLIES 3

erikwinlof
Confirmed Champ
Confirmed Champ
Hi, no sorry this is not possible in any current version (5.x) of Activiti.

jbarrez
Star Contributor
Star Contributor
In v6 we plan to add features around this. But nothing implemented yet.

robby20062
Champ in-the-making
Champ in-the-making
Okay. I got a workaround for my problem.
Thank you both for your information!