Hi,
I have created a custom component with a runtime class extending "CallActivitiBehaviour".
The execute() of this runtime start another bpnm file.
When the execution of the sub process is terminated, the completing() method of the runtime class is called and I'm doing some work in there.
When the custom component is set as parallel multi instance, when an individual execution ends, the completing() of my runtime class is not called.
Am I doing something wrong ?
Thanks,
Alain
Do you have a unit test case to show this issue?