use UnsetVersioningOverride field in ApplyWorkflowExecutionOptionsUpdatedEvent #5118
Annotations
10 errors and 1 warning
lint code:
service/history/api/startworkflow/api.go#L449
declared and not used: newMutableState (typecheck)
|
lint code:
service/history/archival_queue_task_executor.go#L148
mutableState.GetNamespaceEntry undefined (type *lockedMutableState has no field or method GetNamespaceEntry) (typecheck)
|
lint code:
service/history/archival_queue_task_executor.go#L150
mutableState.GetNextEventID undefined (type *lockedMutableState has no field or method GetNextEventID) (typecheck)
|
lint code:
service/history/archival_queue_task_executor.go#L151
mutableState.GetExecutionInfo undefined (type *lockedMutableState has no field or method GetExecutionInfo) (typecheck)
|
lint code:
service/history/archival_queue_task_executor.go#L152
mutableState.GetExecutionState undefined (type *lockedMutableState has no field or method GetExecutionState) (typecheck)
|
lint code:
service/history/archival_queue_task_executor.go#L160
mutableState.GetWorkflowCloseTime undefined (type *lockedMutableState has no field or method GetWorkflowCloseTime) (typecheck)
|
lint code:
service/history/archival_queue_task_executor.go#L164
mutableState.GetWorkflowExecutionDuration undefined (type *lockedMutableState has no field or method GetWorkflowExecutionDuration) (typecheck)
|
lint code:
service/history/archival_queue_task_executor.go#L168
mutableState.GetCurrentBranchToken undefined (type *lockedMutableState has no field or method GetCurrentBranchToken) (typecheck)
|
lint code:
service/history/archival_queue_task_executor.go#L274
mutableState.PopTasks undefined (type *lockedMutableState has no field or method PopTasks) (typecheck)
|
lint code:
service/history/historybuilder/event_factory.go#L404
unknown field UnsetVersioningOverride in struct literal of type "go.temporal.io/api/history/v1".WorkflowExecutionOptionsUpdatedEventAttributes (typecheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading