Expand description
Value handling and resolution for Stepflow flows.
This module contains all value-related functionality:
ValueExpr: Expression type for dynamic values and referencesValueRef: Arc-wrapped JSON values for efficient storageJsonPath: JSONPath implementation for nested field accessSecrets: Secret field redaction for safe logging
Re-exports§
pub use json_path::*;pub use redacted_value::*;pub use step_context::*;pub use value_expr::*;pub use value_ref::*;
Modules§
- json_
path - redacted_
value - step_
context - Context trait for expression evaluation.
- value_
expr - value_
ref