Hi Holger,
DRP are invoked using SubprocessModels referenced document, if the value in field WaitForSubprocess is set as “true”, parent process remain in waiting state, if any of the child process models gets SUSPEND.
If all the Child Process model are getting COMPLETE then Parent process model is getting complete, but if any of the Child process model which is invoked as DRP from Parent Process with value WaitForSubprocess as “true” gets either Fail or Stopped, call activity step of the Parent Model is getting failed as well, not allowing Parent model to execute further.
By mulitple instance I meat , when parent process models call activity step gets invoked , it will invoke multiple Child process instances dynamically. Attach is the image from MWS process instance for better clarity
This again bring me back to my question , how to make Parent Process continue its processing if some of the dynamically invoked child process gets either Suspend/Fail or Stopped
#BPM#webMethods-BPMS#webMethods