cancel
Showing results for 
Search instead for 
Did you mean: 

Call Activity - starting a subprocess

lixkid
Champ in-the-making
Champ in-the-making
Hi,

In my process I use Call Activity which references a subprocess, but I am not able to start this subprocess when process execution arrives at the Call Activity. User Task in a subprocess does not start. What am I doing wrong?

This is a process:
[img]http://s10.postimg.org/q4swcioed/Screen_Hunter_44_Sep_17_07_42.jpg[/img]

This is a subprocess:
[img]http://s24.postimg.org/skifzygz5/Screen_Hunter_44_Sep_17_07_43.jpg[/img]

1 REPLY 1

lixkid
Champ in-the-making
Champ in-the-making
The thing that was causing a problem described in initial post was not setting input parameters of the subprocess which resulted in exceptions that I haven't noticed and confused with the idea that subprocess is not starting.