I would like to execute workflow using WorkflowApplication synchronously on calling thread.
Link http://msmvps.com/blogs/theproblemsolver/archive/2011/01/07/doing-synchronous-workflow-execution-using-the-workflowapplication.aspx provides one example but Idle and Abort events are still being executed on separate threads.
Is there something in framework that already provides full sync execution or I will have to write it?