|
Windows Workflow Foundation - October 24, 2008 at 18:10 pm by Rajmeet
Ghai
What is Windows Workflow Foundation?
WWF is a programming model used for building workflow enabled applications. It
helps to define, execute and manage workflows. It includes a workflow engine, a
namespace and design tools that can be used with both client and server
versions of Windows.
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.
What is the purpose of XOML file?
XOML file is Extensible Object Markup Language. It is used for workflow files as
an extension. XOML file is used in compilation of workflows. It has the
workflow markup.
|