Types of workflow supported, i.e. Sequential, State Machine

Two types of workflow supported, i.e. Sequential, State Machine. Explain them

Types of workflow supported:

1. Sequential : Sequential workflow as the name suggests simply depicts the fact that there is a collection of tasks which need be completed in a sequence one by one. The workflow progresses as each and every single task is completed in the workflow.

2. State : This category of workflow includes collection of states of the document (which it can be in). The workflow progresses based on how the state of the document changes and progresses.
Components that Workflow Architecture contains
Components of workflow architecture: One can create workflows using Visual Studio2010 workflow designer. Every single workflow is compiled into its own dll. One needs to create a Workflow definition (XML based) to use it in a farm.......
Types of input forms that can be created for a workflow
MOSS has the capability for a workflow participant to fill an initiation form to start a workflow. The initiation form can have fields that support:......
What are ways to create input forms for workflow?
MOSS has the capability for a workflow participant to fill an initiation form to start a workflow. The initiation form can have fields that support:......
Post your comment