We have to run two BOTs in sequence How to make one BOT (BOT A) trigger the next BOT (BOT B) right after the completion of the BOT A task. Looking for a recommendation other than time-based scheduling.
If you are using orchestrator, The best way I can think of is to use start Job activity to trigger Bot B.
When you use start job activity you will have to give process name(from orchestrator) in it… It will trigger BOT B.