Types of workflow supported, i.e. Sequential, State Machine
Two types of workflow supported, i.e. Sequential, State Machine. Explain themTypes 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 containsComponents 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.......