Dispatch Branch
๐ KR
Description
This is a component that splits the branches of a DataTree into two target DataTrees according to an input pattern.

| Input
| Name | Type | Description |
|---|---|---|
| Tree | Tree | DataTree to filter. |
| Pattern | Boolean | Dispatch pattern. |
| Output
| Name | Type | Description |
|---|---|---|
| Tree A | Tree | Branches corresponding to True values. |
| Tree B | Tree | Branches corresponding to False values. |
