Different types of Workflow in Windows Workflow Foundation - .Net WWF

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? - .Net WWF
XOML file is Extensible Object Markup Language. It is used for workflow files as an extension.....
What is the relation between Classes and Objects in .NET?
Class is a group of items, attributes of some entity. Object is any specific item that may or may not be a part of the class....
Explain different properties of Object Oriented Systems.
An object oriented system revolves around a Class and objects. A class is used to describe characteristics of any entity of the real world....
Post your comment