A conditional edge that routes data based on runtime conditions.
The router function examines the input data and returns the name of the target node to route to.
Input type that the router examines
Name of the source node.
Function that determines the target node based on input data.