Skip to content

Commit

Permalink
Merge pull request #75 from bcgov/feature/iosas
Browse files Browse the repository at this point in the history
testing iosas integration
  • Loading branch information
arcshiftsolutions authored Apr 8, 2024
2 parents fe11b1e + a8ea2d8 commit cf1df2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void handleChoreographyEvent(@NonNull final ChoreographedEvent choreograp
final SchoolUpdateSagaData schoolUpdateSagaData = SchoolUpdateSagaData.builder()
.school(updateSchool)
.build();
val sagaUpdateSchool = this.sagaService.persistSagaData(orchestratorUpdateSchool.getSagaName().getCode(), ApplicationProperties.API_NAME, JsonUtil.getJsonStringFromObject(orchestratorUpdateSchool), choreographedEvent.getEventID());
val sagaUpdateSchool = this.sagaService.persistSagaData(orchestratorUpdateSchool.getSagaName().getCode(), ApplicationProperties.API_NAME, JsonUtil.getJsonStringFromObject(schoolUpdateSagaData), choreographedEvent.getEventID());
message.ack();
log.info("Acknowledged UPDATE_SCHOOL event to Jet Stream...");
orchestratorUpdateSchool.startSaga(sagaUpdateSchool);
Expand Down

0 comments on commit cf1df2d

Please sign in to comment.