Hi,
My requirement is I need to handle the exception (Technical) which occurs in any node in a process and once exception occurs I need to follow a different flow to inform the end user about the exception occurred and complete the process. All the nodes are connected through activity chaining so in both success or error scenario an output is expected from the process.
Regards,
Balaji.R
Discussion posts and replies are publicly visible
First of all set the flag at the End of the sub process, so in case your flow breaks in between your flag will be blank otherwise it will have true. You need to set the timer on the sub process setup as per your requirement (for eg., say 1 minute). Please see the attachments.
Let me know if this helps..