Workflow – Error Occurred while starting

June 11th, 2009 | Tags:

I started a brand new workflow, added the ‘CreateTask’ event and run. It gave the error ‘Error Occurred’ and no further information.

For me, the problem, I forgot to put the code

taskId = Guid.NewGuid();

in the createTask1_MethodInvoking event.

No comments yet.