pub type ConditionalFn = Box<dyn Fn(&Value) -> Vec<String> + Send + Sync>;Expand description
A conditional edge function that returns the name of the next node(s) to activate based on the current node’s result.
Aliased Type§
pub struct ConditionalFn(/* private fields */);