How to configure a bot to run 1 at a time?

Hi!

I really need a resolution for concurrent inputs,

C: Pending; 
B: Pending;
A: Complete

Is there a way that process C would wait for B to complete or have an error before executing event C?

Thanks

0 1 50
1 REPLY 1

Can be done but need to understand about your bot little detailedly. 

Suggestions 

Make the bot condition as 

Process B = "Completed" 

This enables the bot to check whether process B is completed or not before triggering. 

Top Labels in this Space