Skip to content

Commit

Permalink
Fix a typo in FSM.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-beliakov committed Nov 13, 2023
1 parent c40c86a commit c4e25ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ public Factory(@NonNull HaFlowGenericCarrier carrier, @NonNull Config config,
.perform(new SkipResourceManagementOnEndpointsUpdateAction(persistenceManager));

builder.transition()
.from(State.DETERMINE_RESOURCE_REVERTING_REQUIRED)
.from(State.DETERMINE_OLD_RESOURCE_REMOVAL_REQUIRED)
.to(State.UPDATING_FLOW_STATUS)
.on(Event.UPDATE_ENDPOINTS_ONLY);

Expand Down

0 comments on commit c4e25ea

Please sign in to comment.