You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note this does not fail the workflow task, workers are still able to pick it up, but it is confusing when looking at event history and also user can think its a bug or issue with service
The text was updated successfully, but these errors were encountered:
…eduledEvent (#4565)
**What changed?**
In some cases we write a new WorkflowTaskScheduledEvent right before a
WorkflowTaskStartedEvent in RecordWorkflowTaskStarted. In that case, the
task queue name comes from RecordWorkflowTaskStarted, but that name
comes from matching and may be a specific task queue partition, not the
base name. We should write only the base name.
**Why?**
Fixes#4557
**How did you test it?**
Unit test
In some cases service does not write the task queue name but the specific task queue partition into event history, for example:
Server team pointed to possible cause:
temporal/service/history/workflowTaskHandlerCallbacks.go
Lines 246 to 251 in f51b96d
and
https://github.com/temporalio/temporal/blob/f51b96d9248701dbb3f7c64bbb984404558b6d3c/service/history/workflow/workflow_task_state_machine.go#L4[…]67
Note this does not fail the workflow task, workers are still able to pick it up, but it is confusing when looking at event history and also user can think its a bug or issue with service
The text was updated successfully, but these errors were encountered: