Start subprocess on signal
I start embedded subprocess on signal, all works like in example http://forums.activiti.org/comment/13412#comment-13412.What I do:1. Launch process2. runtimeService.signalEventReceived("launchCandidateSubprocessSignal")3. End ProcessProblem:When I st...