We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a069c6 commit 5dbd8c8Copy full SHA for 5dbd8c8
crates/base/src/store.rs
@@ -148,8 +148,9 @@ impl AdapterStore {
148
fn convert_validation_flow(flow: ValidationFlow, input_value: Option<Value>) -> ExecutionFlow {
149
ExecutionFlow {
150
flow_id: flow.flow_id,
151
- starting_node: flow.starting_node,
+ starting_node_id: flow.starting_node_id,
152
input_value,
153
+ node_functions: flow.node_functions,
154
}
155
156
0 commit comments