diff --git a/service/history/replication/executable_activity_state_task.go b/service/history/replication/executable_activity_state_task.go index 3ad0a90365c..5581a821ff0 100644 --- a/service/history/replication/executable_activity_state_task.go +++ b/service/history/replication/executable_activity_state_task.go @@ -132,6 +132,10 @@ func NewExecutableActivityStateTask( LastAttemptCompleteTime: task.LastAttemptCompleteTime, Stamp: task.Stamp, Paused: task.Paused, + RetryInitialInterval: task.RetryInitialInterval, + RetryMaximumInterval: task.RetryMaximumInterval, + RetryMaximumAttempts: task.RetryMaximumAttempts, + RetryBackoffCoefficient: task.RetryBackoffCoefficient, }), } }