Skip to content

Commit 5dbd8c8

Browse files
committed
feat: adjustments to latest tucana version
1 parent 9a069c6 commit 5dbd8c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/base/src/store.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,9 @@ impl AdapterStore {
148148
fn convert_validation_flow(flow: ValidationFlow, input_value: Option<Value>) -> ExecutionFlow {
149149
ExecutionFlow {
150150
flow_id: flow.flow_id,
151-
starting_node: flow.starting_node,
151+
starting_node_id: flow.starting_node_id,
152152
input_value,
153+
node_functions: flow.node_functions,
153154
}
154155
}
155156

0 commit comments

Comments
 (0)