Skip to content

Commit f74ef2e

Browse files
committed
Remove redundant WorkerInstanceKey assignment in UpdateActivity callback
1 parent 5ac7b46 commit f74ef2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

service/history/workflow/mutable_state_impl.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4099,7 +4099,6 @@ func (ms *MutableStateImpl) AddActivityTaskStartedEvent(
40994099
activityInfo.RequestId = requestID
41004100
activityInfo.StartedTime = timestamppb.New(ms.timeSource.Now())
41014101
activityInfo.StartedIdentity = identity
4102-
activityInfo.WorkerInstanceKey = workerInstanceKey
41034102
return nil
41044103
}); err != nil {
41054104
return nil, err

0 commit comments

Comments
 (0)