logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are the different types of workflow in WF?


  • Correct Answer
  • In WF 40, the following two types of workflows are used: Flowchart workflows - Helps you to create workflows using the common flowchart elements In WF, the Flowchart activity is generally used to implement a non-sequential workflow, and occasionally it implements sequential workflows in case the FlowDecision nodes are not used The Flowchart activity contains a collection of flow nodes, which inherit from the FlowNode class The following types of nodes or elements can be a part of a flowchart: => FlowStep - Executes activities of a flowchart in a sequence => FlowDecision - Shows the execution on the basis of a Boolean condition It is similar to the If construct => FlowSwitch - Shows the execution on the basis of an exclusive switch It is similar to the Switch construct Procedural workflows - Helps you to create workflows using basic and sequential execution standards In WF, procedural workflows use flow control constructs, such as While, Switch, ForEach, and If, to execute activities These flow control constructs are similar to those found in procedural languages Procedural workflows can also contain other flow control activities, such as Flowchart and Sequence 


  • Technology problems


    Search Results


    • 1. What is Windows Workflow Foundation (WF)?
    • Discuss
    • 2. Explain the concept of states in ASP.NET.
    • Discuss
    • 3. Explain the validation controls. How many validation controls in ASP.NET 4.0?
    • Discuss
    • 4. What is the code-behind feature in ASP.NET?
    • Discuss
    • 5. How can you send an email message from an ASP.NET Web page?
    • Discuss
    • 6. Explain why workflows are based on Extensible Models.
    • Discuss
    • 7. List different ways of deployment that are supported by .NET Framework 4.0.
    • Discuss
    • 8. How can you deploy an ASP.NET Web application?
    • Discuss
    • 9. Mention the two major categories that distinctly classify the variables of C# programs.
    • Discuss
    • 10. What is Language Integrated Query (LINQ)?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment