Skip to content

Commit

Permalink
fix: display deploy banner on flow execution modification
Browse files Browse the repository at this point in the history
(cherry picked from commit 0acd16a)
  • Loading branch information
vikrantgravitee committed Jan 9, 2025
1 parent 9fda4df commit a9676c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public class ApiEntity implements GenericApiEntity {
private Set<PlanEntity> plans = new HashSet<>();

@Schema(description = "API's flow execution.")
@DeploymentRequired
private FlowExecution flowExecution;

@Schema(description = "A list of flows containing the policies configuration.")
Expand Down

0 comments on commit a9676c4

Please sign in to comment.