Best Practice Recommendation In your Workflow application (more exactly in the host of your workflow application) never use anonymous delegate like that : AutoResetEvent waitHandle = new AutoResetEvent( false ); . . . workflowRuntime.WorkflowTerminated
Read More...