File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -845,10 +845,8 @@ func (t *transferQueueActiveTaskExecutor) processStartChildExecution(
845845 }
846846
847847 var parentPinnedOverride * workflowpb.VersioningOverride
848- if attributes .TaskQueue .GetName () == mutableState .GetExecutionInfo ().GetTaskQueue () {
849- if worker_versioning .OverrideIsPinned (mutableState .GetExecutionInfo ().GetVersioningInfo ().GetVersioningOverride ()) {
850- parentPinnedOverride = mutableState .GetExecutionInfo ().GetVersioningInfo ().GetVersioningOverride ()
851- }
848+ if worker_versioning .OverrideIsPinned (mutableState .GetExecutionInfo ().GetVersioningInfo ().GetVersioningOverride ()) {
849+ parentPinnedOverride = mutableState .GetExecutionInfo ().GetVersioningInfo ().GetVersioningOverride ()
852850 }
853851
854852 // Note: childStarted flag above is computed from the parent's history. When this is TRUE it's guaranteed that the child was succesfully started.
You can’t perform that action at this time.
0 commit comments