Introduction
A FlowDecision node has a Condition and a
FlowNode associated with each of two possible outcomes: True or False. The
Condition is evaluated and the value of this evaluation determines the next
FlowNode to be processed within the Flowchart.
FlowDecision is a simulation system for operational decision support in the context of workflow management. To do this we exploit not only the workflow's design, but also logged data describing the system's observed historic behavior, and information extracted about the current state of the workflow. Making use of actual data capturing the current state and historic information allows our simulations to accurately predict potential near-future behaviors for different scenarios
Methods which is used with FlowDecision activity are:
- GetType
- Equals(Object)
- Finalize
- GetHashCode
- MemberwiseClone
- ToString
Let see how to create FlowDecision activity:
Step 1:
Create
an Workflow Console Application application
Step 2: Drag a Flowchart activity to the
designer. Why Flowchart, because in the Flowchart activity, you can place the
activities anywhere on the palette. And more importantly, you have to draw the
arrows.








Comments
Join the conversation! Your thoughts help the community grow.