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?
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.