}
workflowKey := mutableState.GetWorkflowKey()
return false, serviceerrors.NewRetryReplication(
resendHigherVersionMessage,
workflowKey.NamespaceID,
workflowKey.WorkflowID,
workflowKey.RunID,
lcaItem.GetEventId(),
lcaItem.GetVersion(),
lastIncomingItem.EventId+1, // underlying resend logic is exclusive-exclusive
lastIncomingItem.Version,
)
}
return true, nil