I am looking for a document/diagram that shows states a workflow goes through (Idle, Complete, Aborted, Deleted, Unloaded, Unhandled Exception)
Yes, I lmgtfy’d it already.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Workflow goes through various states depending on whether you’re using persistence service or not. For a diagram you can have a look at: http://blogs.msdn.com/b/moustafa/archive/2006/03/02/542459.aspx The only thing that has been missed in the article is when a workflow is cancelled. The only difference between Cancel and Terminate is that terminating workflow requires a reason whereas canceling it does not require one.