Understanding Edges #18
|
@gorango, I recently discovered Flowcraft and I must say, this looks like an amazing piece of software! I've dug through the documentation get an idea of how Flowcraft works. However I just can't fully understand how Edges work. and it seems that the Nodes & Edges part of the documentation doesn't tell much about them, apart that «when it happens»... Will a flow without |
Replies: 1 comment
|
The core library uses a graph-based execution model so the edges define the dependencies and control flow between nodes. Without edges, the runtime cannot determine which nodes should execute or in what order. Take a look at the examples where you can find working demos of many different kinds of patterns and configurations. |
The core library uses a graph-based execution model so the edges define the dependencies and control flow between nodes. Without edges, the runtime cannot determine which nodes should execute or in what order.
Take a look at the examples where you can find working demos of many different kinds of patterns and configurations.