Workflow – Error Occurred while starting
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.