Flowchart component allows creation of free-form workflow by dropping and chaining other components (including flowcharts) together to model workflows using familiar flowchart paradigm. It is useful to put logical stuff in a single flowchart to make it self-contained to achieve a set of functionality.
Variables can be declared at flowchart level which are accessible for all the components contained within flowchart including any inner flowcharts.
Flowchart Properties:
Property Name | Property Type | Property Description |
---|
DisplayName | String | Set friendly name for flowchart |
ValidateUnconnectedNodes | Bool | Indicates whether unconnected nodes are validated for valid property settings |