Skip to content

Commit 2cf9d7e

Browse files
committed
Add disabled_reason to flow
1 parent e838dc2 commit 2cf9d7e

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)