Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.28 KB

File metadata and controls

34 lines (18 loc) · 1.28 KB
graph LR
    GraphRunner["GraphRunner"]
    Expressions["Expressions"]
    GraphRunner -- "uses" --> Expressions
Loading

CodeBoardingDemoContact

Details

One paragraph explaining the functionality which is represented by this graph. What the main flow is and what is its purpose.

GraphRunner

Executes the dataflow graph.

Related Classes/Methods:

Expressions

Represents and manipulates dataflow expressions.

Related Classes/Methods: