Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xwduan committed Sep 23, 2024
1 parent fa84e16 commit fc23e9a
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 134 deletions.
2 changes: 1 addition & 1 deletion service/history/history_engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ func (e *historyEngineImpl) ReplicateWorkflowState(
}

func (e *historyEngineImpl) ReplicateMutableState(ctx context.Context, request *shard.ReplicateMutableStateRequest) error {
return e.nDCWorkflowStateReplicator.ReplicateMutableState(ctx, request)
return e.nDCWorkflowStateReplicator.ReplicateVersionedTransition(ctx, request)
}

func (e *historyEngineImpl) ImportWorkflowExecution(
Expand Down
Loading

0 comments on commit fc23e9a

Please sign in to comment.