Hi all,
I am using JBPM3.2. In my case I have a requirement to start a new process at a node of my main process and pass parameters to it from main process. Actually I want my sub-process be an independent one from the main process. It means the main process should continue whether or not the sub-process is completed.
I tried to use the <process-state> node. But as I understood when using this node, the main process waits until the sub-process is finished.
Is there a posibility to accomplish this in JBPM3.2.
Please help me. Thanks.