THX-1138
THX-1138

Reputation: 21750

Workflow lifecycle?

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.

Upvotes: 0

Views: 694

Answers (2)

Saber
Saber

Reputation: 5720

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.

enter image description here

Upvotes: 2

Mike Perrenoud
Mike Perrenoud

Reputation: 67918

There really aren't any diagrams out there believe it or not. However, here is an article that explains it textually -- http://dotnetrobert.com/?q=node/100 -- quite well.

Upvotes: 0

Related Questions