Dependent Scheduling

Hello All,

I am having a Attended BOT. My need is whenever I run the Attended BOT(BOT1) another BOT (BOT2) should run exactly 24 hours after that.
So, if I am running the BOT1 at 4pm today BOT2 should run at 4 pm tomorrow. Or if I run the BOT 1 at 2PM the BOT 2 should run at 2 PM.

Any way to achieve this?

Thanks,
Vaibhav

@vaibhav15211

If the BOT2 runs in 24 * 7 on another machine not on BOT1 Machine then take the time in a arguments when the BOT1 starts and pass that argument to BOT2.