Hi
We have one Dynamic Referenced Process (DRP) step in our main process. We are calling more than one child process, which is configured in DRP step, so that the child process will be called during run time based on the input/data.
Some of the child process is getting called during run-time and getting completed successfully, but one particular process (Say Process B) is not getting called and the DRP step is in waiting state.
We tried calling the same process (Process B) in sample parent process in a DRP step, which is working fine.
Could somebody through some light to us, where we might doing something wrong.