Hai all,
I have a process chain that raises an event after completion. It raises an event lets say EVENT1. Another process chain that starts based on the event raised. Now my question is do I need to have the second chain activated and scheduled by the time this event is raised. What if it is inactive when the event is raised and then after event raising, if the chain is activated and scheduled, does it pickup? I know this question is simple but I am having problems with this. Also does checking periodic in stat condition, does that matter? or am I missing anything? ANy reference to documentation is appreciated.
Thank you.