Triggering a process after execution of another process

@raj Try something like this. Schedule Process A in Robot-A say every 1 hour, then schedule Process B for every 1 hour in the same Robot-A but say one minute after the scheduled ProcessA. Since both are in same robot, Process B will be queued and gets executed once ProcessA gets over. A kind of workaround…