Skip to content

Commit b154594

Browse files
committed
feat: added project_id to execution flow
1 parent dae3d2b commit b154594

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/base/src/store.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ impl AdapterStore {
152152
starting_node_id: flow.starting_node_id,
153153
input_value,
154154
node_functions: flow.node_functions,
155+
project_id: flow.project_id,
155156
}
156157
}
157158

0 commit comments

Comments
 (0)