Can someone give me some advice on this.
I regularly have issues with processes that call one another do not seem to properly finish.
As an example. I have a multi-instance process.
Which gets its records like this:
That runs this process:
And fails:
but the BPM flow that was called completes succesfully:
The errors thrown in the app log are in the format: BPM: Can not complete not 'In Process' flow node in process xxxxx
Do I use the wrong end event?
What could be the reason? Do the sub-process terminate too early?
I regularly have issues with processes that call one another do not seem to properly finish.
As an example. I have a multi-instance process.
Which gets its records like this:
That runs this process:
And fails:
but the BPM flow that was called completes succesfully:
The errors thrown in the app log are in the format: BPM: Can not complete not 'In Process' flow node in process xxxxx
Do I use the wrong end event?
What could be the reason? Do the sub-process terminate too early?
Comment