We need a wait condition, loop or both for workflow automation.
Use case:
Creating a user for on prem AD then syncs to Azure on a 30 min schedule. Once the users is in Azure we need to assign a license to the user. Both tasks can be done with current workflow automation with manual intervention.
The wait or loop cannot be achieved. and the license is triggers with an supervisor automation that kicks off another workflow automation.
We need a wait condition in the workflow automation that can be used to PAUSE the automation for a given period of time, then we could check for the user in azure, if its their continue the workflow, if not loop back to the wait condition.



