256
257
if len(rejectedUpdateIDs) > 0 {
259
>
"Workflow task completed w/o processing updates.",
260
>
tag.WorkflowNamespaceID(wfKey.NamespaceID),
261
>
tag.WorkflowID(wfKey.WorkflowID),
262
>
tag.WorkflowRunID(wfKey.RunID),
263
>
tag.WorkflowEventID(workflowTaskScheduledEventID),
264
>
tag.String("worker-identity", workerIdentity),
265
>
tag.Strings("update-ids", rejectedUpdateIDs),
266
>
tag.Int("rejected-count", len(rejectedUpdateIDs)),
267
>
)
268
>
}
269
270
// At this point there must not be any updates in a Sent state.