Skip to content

Commit e838dc2

Browse files
authored
Merge pull request #176 from code0-tech/175-add-project_slug-to-flow
Add project_slug to flow
2 parents 5fa6b02 + 9e34453 commit e838dc2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

proto/shared/shared.flow.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ message ValidationFlow {
2121
repeated FlowSetting settings = 7;
2222
int64 starting_node_id = 8;
2323
repeated NodeFunction node_functions = 9;
24+
string project_slug = 10;
2425
}
2526

2627
message ExecutionFlow {

0 commit comments

Comments
 (0)