Hi,
I am getting an error in executing a sub process.Main process finishes its execution and it calls the first sub-process, when sub process reaches it's end it throws the error: org.jbpm.JbpmException: couldn't signal without specifying a leaving transition : transition is null.
Further sub processes are called but same happens at the end of the other sub processes also. I think setting the super process token in the createSubProcessInstance causing this issue. Even if i do not call createSubProcessInstance and I create sub process instance using newProcessInstance(processName) and then if i set the super processtoken explicitly in my code i get this error, if i do not set the super process token in my code i do not get this error.
Please provide views, i am getting this error again and again.
Thanks,
Mehul