v0.11.1
This commit is contained in:
@@ -32,6 +32,9 @@ pub struct FlowRuntimeNodeState {
|
||||
pub since: Option<DateTime<Utc>>,
|
||||
#[serde(default)]
|
||||
pub samples: Vec<FlowRuntimeSample>,
|
||||
/// Last observed raw/result value for edge/change detection blocks.
|
||||
#[serde(default)]
|
||||
pub last_value: Option<Value>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
|
||||
@@ -89,7 +92,7 @@ pub struct Automation {
|
||||
pub flow_id: Option<String>,
|
||||
#[serde(default)]
|
||||
pub flow_node_id: Option<String>,
|
||||
/// Durable state for stateful Flow blocks (stable-for and rolling statistics).
|
||||
/// Durable state for stateful Flow blocks (timers, change detection, rate limits and rolling samples).
|
||||
#[serde(default)]
|
||||
pub flow_runtime: BTreeMap<String, FlowRuntimeNodeState>,
|
||||
pub created_at: DateTime<Utc>,
|
||||
|
||||
Reference in New Issue
Block a user