đī¸ Links between multiple nodes
When using Sequential to serialize multiple backends, there are some issues:
đī¸ filter: Conditional Control Flow in Directed Acyclic Graphs (DAGs)
As introduced in filter in Sequential, filter is a logical control instruction between nodes or backends, with the following states:
đī¸ context: syntactic sugar for traversing `map`
In the multi-branch example in the previous section, both branches may be skipped. To record the status of each branch and aggregate the results into the final result, many key-value pairs and complex map configurations are required.
đī¸ Graph Traversal
Multi-level Structuring
đī¸ Logic Nodes
In some scenarios, it is necessary to enter certain nodes under different branches or logical control flow conditions, but without sharing their backends.