diff --git a/src/openhuman/flows/ops.rs b/src/openhuman/flows/ops.rs index 5f7c3fdaf9..f6ae6e6a40 100644 --- a/src/openhuman/flows/ops.rs +++ b/src/openhuman/flows/ops.rs @@ -4036,7 +4036,15 @@ pub async fn flows_resume( ); } let observed = current_persisted_steps(config, thread_id); - finish_flow_run_row(config, thread_id, "failed", &observed, &[], Some(&error)); + finish_flow_run_row( + config, + thread_id, + flow_id, + "failed", + &observed, + &[], + Some(&error), + ); tracing::warn!( target: "flows", flow_id = %flow_id, diff --git a/vendor/tinyagents b/vendor/tinyagents index 19dc2c438e..2583fccc21 160000 --- a/vendor/tinyagents +++ b/vendor/tinyagents @@ -1 +1 @@ -Subproject commit 19dc2c438e1f8b2715a45ba7030bc455e611dcb2 +Subproject commit 2583fccc213a00f2a3d94744ff1e0d1541368f97 diff --git a/vendor/tinychannels b/vendor/tinychannels index d82953832c..14057e0d87 160000 --- a/vendor/tinychannels +++ b/vendor/tinychannels @@ -1 +1 @@ -Subproject commit d82953832c6d76259ef4a2cfc87a3f86bd31d7f1 +Subproject commit 14057e0d877d27450a98dd8c145b4f464d7d1308 diff --git a/vendor/tinyflows b/vendor/tinyflows index e5327de9f6..56998ec3ea 160000 --- a/vendor/tinyflows +++ b/vendor/tinyflows @@ -1 +1 @@ -Subproject commit e5327de9f602c1fbbf72d45150729f45b91fa3a8 +Subproject commit 56998ec3eae655d7619b634d13aad0efaf0ad76a diff --git a/vendor/tinyjuice b/vendor/tinyjuice index 41b5ca87c4..e6848ed87d 160000 --- a/vendor/tinyjuice +++ b/vendor/tinyjuice @@ -1 +1 @@ -Subproject commit 41b5ca87c4af786f908beb66eec1aae3df25fbdd +Subproject commit e6848ed87d5d661073e9eab87b6b385c3373ee38