Types of workflow in the WF
State the types of workflow in the WF?
Expert
In WF 4.0, following two types of workflows are to be used:
a) Flowchart workflows – It helps you for creation of the workflows using common flowchart elements. In WF, Flowchart activity is normally used for implementing a non-sequential workflow, and rarely does it implement the sequential workflows if FlowDecision nodes are not to be used. Flowchart activity comprises of collection of flow nodes that is inherited from the FlowNode class.
Following types of elements or nodes are part of the flowchart:
a) FlowDecision – It provides implementation on the basis of a Boolean condition. It is same to the If construct.
b) FlowStep – It implements activities of a flowchart in the sequence.
c) FlowSwitch – It provides implementation on the basis of an exclusive switch. It is similar to Switch construct.
d) Procedural workflows – It helps the creation of workflows by using the basic and sequential execution standards. In WF, procedural workflows use the flow control constructs, like Switch, While, ForEach, and If, to implement the activities. All these flow control constructs are same as those found in the procedural languages. Procedural workflows also consists of other flow control activities, like Sequence and Flowchart.
What is the difference between HTTP-Post and HTTP-Get?
What do you understand by the JSON?
Name some methods, available in .NET 4.0, which are used to delete and add items from the ListBox control?
State the different ways by which a method can be overloaded?
Illustrate the terms Response dot Redirect as well as Server dot Transfer?
What is the use of Global.asax file?
What are validation controls? How many validation controls are present in ASP.NET 4.0?
Explain the function of WebpartListUserControlPath property of the DeclarativeCatalogPart control?
Is there a technique to suppress the finalize process within the garbage collector forcibly in .NET?
Write the main difference between UnBoxing and boxing.
18,76,764
1941958 Asked
3,689
Active Tutors
1436659
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!