WAIT question in Workflow question
2) Do something
3) WAIT 2 days
4) Do something
5) WAIT 3 days
6) Do something
After a WAIT action, I want it to re-evaluate the condition. If it still meets the WF condition, then it will execute the next action after the WAIT action
If it does NOT meet the WF condition, will it terminate the WF or just skip the next action and go to the next one.
To use my example above
1) After step 1, it will re-evaluate the WF condition2) If condition still meets, then it will do step 2
3) After step 3 passes, it will re-evaluate the WF condition again