Upgraded to 4 recently and some workflows aren't working anymore. Here is
what the workflow did in 3.0:
1) Add date and time: Scheduled Start
2) if
3) Service Activity.<Service>="Subject A"
4) then
5) Wait for 1 day(s), 12 hour before Scheduled Start
6) Task: "New Task created"
7) else if
8) Service Activity.<Service>="Subject B"
9) then
10) Task: "New Task 2 created"
11) Wait for 1 day(s), 12 hour before Scheduled Start
12) Task: "New Task 3 created"
13) end if
14) Stop
In CRM 4, Line 1 doesn't give an error. Lines 2& 3 also are ok, but as soon
as I add the Wait in line 5, everything from the If on down becomes invalid.
The error simply says "Invalid condition present. Click to specify new
condition"
I'm just getting started with 4.0 workflows and I'm guessing this is
something obvious, but anyone have any ideas on why this won't work in 4?
Thank you,
Neil