I have a setup a workflow that works like this:
If priority is High and Status not equals Completed
Then Pause for 2 days, 0 hours, 0 minutes
Then Send non urgent, email to vendor email
I am pretty sure I know the answer, but after the pause does the conditional
get checked again or does it just do the action?
In other words, does it just send the email even if the status has changed
to completed in the 2 days it has been paused?