Saturday, January 12, 2013

What is state machine workflow? and when to use state machine workflow?


The State machine workflow perform different action in response to discrete

events .Here we define state and state transition.Basically the are useful

when we do not the sequence of activities that we want to performs,or the

set of possible combination of paths through the workflow is tooo large or

complex.

What is Sequential Workflow?


Basically the sequential workflow performs one action after another in

sequence from start to finish.

What are the different types of Workflows?


Sequential Workflow and

Statemachine Workflow.

What are activities?


The workflows are built with activities.The are a set of functionality which

performs the different tasks.

the workflow framework includes a base activity library which provides out

of the box activity as well as base classes for building custom activity.

What is the role of Hosting Application [w.r.t. Workflow]


It provides the execution context for the runtime engine along with any

application specific services that may be needed to support the workflow

being executed..

What is the work of Runtime Engine?


Basically it provide workflow

a>Execution Environment

b>State Management

c>Transaction

d>Persistence

e>Tracking Capabilities.

In how many parts the Workflow Architecture is divided?


There are fundamentally three parts of the WF framework

a>The Runtime Engine

b>Hosting Application

c>Activities [Out of the box and Custom]