Skip to content

Commit 1e028f1

Browse files
authored
Merge pull request #179 from code0-tech/169-add-disabled_reason-to-flow
Add disabled_reason to flow
2 parents e838dc2 + 2cf9d7e commit 1e028f1

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
@@ -22,6 +22,7 @@ message ValidationFlow {
2222
int64 starting_node_id = 8;
2323
repeated NodeFunction node_functions = 9;
2424
string project_slug = 10;
25+
optional string disable_reason = 11;
2526
}
2627

2728
message ExecutionFlow {

0 commit comments

Comments
 (0)