Example of Flow Execution in Blazor Diagram Component
This sample demonstrates how to retrieve and process consecutive nodes and connectors within a diagram.
Choose a flow
Retrieve inward and outward connections of a node using its InEdges
and OutEdges
properties. Identify nodes connected to a specific connector using the SourceID
and TargetID
properties of the connector. To retrieve detailed information about a node, use the GetObject
method of the diagram component.