What are different types of Workflow in Windows Workflow Foundation?Types of Workflows in WCF:-
1. Sequential workflow: Follows a sequence like a flowchart, progressing from one stage to another without turning back.
2. State Machine Workflow: Progresses from one state to another. Can return to previous point.
3. Rules-Driven Workflow: As the name suggests, follows rules to drive the workflow sequentially.
|