Flow logic#
Ensemble allows you to represent complex logic in your pathways.
This section covers:
Related sections#
You need some understanding of Data in Ensemble, including Data structure and Data flow within nodes.
When building your logic, you'll use Ensemble's Core nodes, including:
- Splitting: IF and Switch.
- Merging: Merge, Compare Datasets, and Code.
- Looping: IF and Loop Over Items.
- Waiting: Wait.
- Creating sub-pathways: Execute pathway and Execute pathway Trigger.
- Error handling: Stop And Error and Error Trigger.