0

I have a Designer 2013 WF logic displayed below:

enter image description here

The purpose is to send an email every time the condition is met.

The Requirement:

To send a daily email reminder after Submitted Date + 14 days condition has been met. But for testing purposes I’m using 1 minute intervals.

It would have been very ideal to use a “Start a Task Process” and just set a Due Date but when I use it, the logic in “Transition to stage” never fires.

What I mean is, even when CurrentItem:RequestStatus equals ReadyforCPFImplementation, it NEVER goes to Assign New Designee stage. The same thing applies for the other logic.

Hence, the reason I’m using a Loop and another reason why I am using the “Wait for Event:When an item is changed” logic.

If I can use Start a Task Process can someone tell me how to arrange logic in “Transition to stage” to actually work?

If not, how can I make logic in Loop fire?

(Visited 19 times, 1 visits today)
Add a Comment