hello every body
can some one help me to know the difference between state machine workflow and sequential workflow.
what's the advantages of every one
thanks for help
hello every body
can some one help me to know the difference between state machine workflow and sequential workflow.
what's the advantages of every one
thanks for help
difference between state machine and sequential workflow
jbrunning
lvying
One of the best advantages to a state machine workflow is the ability to describe a process based on business events. Especially in document management types of workflows. Describing workflows based on state also enables users to see clearly what the status of a workflow is. Also, state machine workflows are easier to code based on events and the process of listening for them. Sequential workflows are more ideal for processing and linear stepping logic type of workflows and do not lend themselves to easy understanding by business process analysts or users. The best material for looking at the advantages and disadvantages of both types is the book "Windows Workflow Foundation Book".
smc750