WF - Explain the types of Workflow in Windows Workflow Foundation.

Explain the types of Workflow in Windows Workflow Foundation.

There are 3 types of workflows in WWF:

Sequential Workflow:
The sequential workflow style executes a set of contained activities in order, one by one and does not provide an option to go back to any step.

State Machine Workflow:
It represents the workflow in the form of a state machine containing set of states, each of them receiving events. These events lead to transition from one state to another one.

Rules-driven Workflow:
It is based on Sequential/StateMachine workflow.
What are XOML files? Explain their uses.
What are XOML files? - XOML is an acronym for Extensible Object Markup Language...
How to make an application offline in ASP.NET 2.0 - ASP.NET
How to make an application offline in ASP.NET 2.0. - Microsoft's Internet Information Services web server software is used to make an application offline..
What are script injection attacks? - ASP.NET
What are script injection attacks? - Script injection attacks called Cross-site scripting (XSS) attacks exploit vulnerabilities..
Post your comment