use HashMap;
use Arc;
use crateRunnable;
/// Specification for a conditional edge (branch).
///
/// The `path` runnable evaluates the current state and returns one or more
/// routing keys. These keys are mapped to destination node names via `ends`.