This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Running two Process Automation Processes in serial not parallel

I have two processes one is a DialogSchedule and the other is on the Person Table.  

The DialogSchedule process reaches out via PowerShell to get data and updates Person if it returns true and updates isSecurityIncident to true.

The Person process is updates on an event that when isSecurityIncident is set to false.

 

The Dialog schedule run every 10 minutes and sometimes steps on the other process. Basically checking an object that was just unchecked.

 

How can I get the Dialog schedule process to check to see if the other process is currently running and wait or skip that run if it is?

 

Josh