Dynamic Routing
Functions can route data to different nodes based on custom logic, enabling dynamic branching.Using RouteTo for Dynamic Routing
TheRouteTo
class allows functions to dynamically choose which downstream functions to execute and what data to pass to them.