difference between state machine and sequential workflow

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




Answer this question

difference between state machine and sequential workflow

  • jbrunning

    Take a look at Dave Green's blog on the subject.

  • 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



  • difference between state machine and sequential workflow