Skip to content

Commit

Permalink
fix: added missing flow id field
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-goetz committed Aug 31, 2024
1 parent dab5443 commit db3f4fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/internal/flow.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import "node.proto";
import "flow_definition.proto";

message Flow {
int64 flow_id = 1;
Node start_node = 2;
FlowDefinition definition = 3;
}
Expand Down

0 comments on commit db3f4fe

Please sign in to comment.