Here is a more up to date info, it seems that there is a new parameter since wM8 called ‘escalateFailure’, I hope it helps:
webMethods Monitor - Resubmission of child and parent processes
KB #: 1729542 Operating System Family: ALL
Product: webMethods Monitor (WMN) Operating System: All
Version:
Last Updated: 21-FEB-2011
Description:
What happens when a parent or child process is resubmitted depends on the process status, and the new for wM8 parameter escalateFailure.
Here’s a simple description of the initial state, what’s resubmitted, and the result.
Resolution:
Initial State - Referencing and referenced process both complete.
Resubmit - Referencing process.
Result - Second iteration of referencing process, new instance of referenced process.
Initial State - Referencing and referenced process both complete.
Resubmit - Referenced process.
Result - Second iteration of referenced process, no impact on referencing process.
Initial State - Referenced process fails.
Resubmit - Referencing process.
Result - New instance of referenced process, referencing process continues from referencing step.
Initial State - Referenced process fails.
Resubmit - Referenced process.
Result - Second iteration of referenced process, referencing process continues from reference step if the child process is configured to NOT escalate a failure condition to its parent. A new parameter (escalateFailure) was added to changeProcessStatus (callable from the child process) that will enable this new behavior. If this is set to TRUE, the parent essentially waits at the calling step, which then allows you to resubmit the failed child. If the child completes successfully, it will rejoin the parent as you’d expect.
#BPM#webMethods#webMethods-BPMS