2 Types:
- Sequential: has predictable paths of execution
- State Machine: has many possible ways of execution as it includes conditions such as While, IfElse, Replicator etc.
When we create custom workflows, we get 5 files in our project:
- feature.xml - Contains the definition of the feature that will eventually deploy the WF in the server
- workflow.xml - defines the WF
- install.bat - contains command line instructions to copy the files to TEMPLATE folder and has stsadm commands to install the WF.
- workflow.cs - inherits the base class SequentialWorkflowActivity
- workflow.designer.cs
No comments:
Post a Comment