Workflows Interview questions


Total available count: 16
Subject - Microsoft Technologies
Subsubject - Workflows

What are the different types of workflow in WF?

In WF 4.0, the following types of workflows are used,

1. Flowchart workflows
2. FlowStep
3. FlowDecision
4. FlowSwitch
 
1. Flowchart workflows: Programmers use this to generate the common flowchart elements. It is used for both sequential or non-sequential workflows.
2. FlowStep: It executes activities of a flowchart in a sequence.
3. FlowDecision: It is similar to the If construct. It shows the execution on the basis of a Boolean condition.
4. FlowSwitch: It is similar to the Switch construct. It shows the execution on the basis of an exclusive switch.



Next 5 interview question(s)

1
What is an activity?
2
What is the function of the Rule Condition Editor dialog box in Workflow Foundation?
3
How can you implement a condition in a workflow?
4
What is the difference between a system workflow and a human workflow?
5
What is a workflow?