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

Re: Workflow-Invalid condition present by Dodd

Dodd
Sun Jul 20 21:28:47 CDT 2008

There could be an issue with your AddDateTime step. To the best of my
knowledge, the AddDateTime .NET Assembly isn't included in 4.0.
Deactivate the workflow (set it to a "Draft" State) and open up this
step. You should see a more specific error message if this is in fact
the case.


Re: Workflow-Invalid condition present by Neil

Neil
Tue Jul 22 12:12:43 CDT 2008

Thanks for the idea Dodd. It turns out that with the new functionality for
tasks in workflow, some of the required fields needed to be fixed. Once I
got them updated, voila!, no more errors.

Thank you,

Neil


"Dodd" <MDoddio@gmail.com> wrote in message
news:d637d239-841b-4d9e-a6e6-bc32ca15cf23@r66g2000hsg.googlegroups.com...
> There could be an issue with your AddDateTime step. To the best of my
> knowledge, the AddDateTime .NET Assembly isn't included in 4.0.
> Deactivate the workflow (set it to a "Draft" State) and open up this
> step. You should see a more specific error message if this is in fact
> the case.
>