Flowchart
System.Activities.Statements.Flowchart
The "Flowchart" activity in AutomatR provides a graphical representation of a sequence of activities, enabling the design of complex workflows with decision-making capabilities. This activity is integral for creating structured and branching logic within your automation processes.
Properties
Name | Description |
---|---|
Misc | |
Display Name | This property allows you to customize the display name of the flowchart within the workflow, enhancing clarity and organization. |
Validate Unconnected Nodes | A checkbox property that, when checked (Yes), enforces validation of unconnected nodes within the flowchart. Unconnected nodes are activities or decision points that are not linked to the main flow. Enforcing validation ensures that all nodes are properly connected, reducing the risk of incomplete or dysfunctional workflows. This property supports a Boolean variable for dynamic control over the validation setting. |
Effectively configuring these properties allows you to design and implement sophisticated workflows using the Flowchart activity. The graphical representation facilitates the visualization of logic, decisions, and branches, while the validation option ensures the integrity of the flowchart structure. The Flowchart activity is a powerful tool for creating dynamic and intricate automation processes within AutomatR.