Skip to content

Commit

Permalink
Rename start_node in Flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 authored Aug 30, 2024
1 parent 3cc0264 commit e458033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/internal/flow.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "node.proto";
import "flow_definition.proto";

message Flow {
Node starting_node = 2;
Node start_node = 2;
FlowDefinition definition = 3;
}

Expand Down

0 comments on commit e458033

Please sign in to comment.