Skip to content

Commit

Permalink
Add OnConflictOptions support
Browse files Browse the repository at this point in the history
  • Loading branch information
justinp-tt committed Feb 24, 2025
1 parent 81f9ec4 commit c6b9925
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ public void applyOnConflictOptions(@Nonnull StartWorkflowExecutionRequest reques

RequestContext ctx = new RequestContext(clock, this, nextEventId);
ctx.addEvent(eventBuilder.build());
store.save(ctx);
nextEventId = ctx.commitChanges(store);

StateMachines.WorkflowData data = workflow.getData();
if (options.getAttachRequestId()) {
Expand Down

0 comments on commit c6b9925

Please sign in to comment.