// We should not start the deployment workflow. If we cannot find the deployment workflow when signaling, it means a bug and we should fix it.
if !d.hasMinVersion(VersionDataRevisionNumber) {
//nolint:staticcheck // SA1019
if !d.VersionState.StartedDeploymentWorkflow {
activityCtx := workflow.WithActivityOptions(ctx, defaultActivityOptions)
err := workflow.ExecuteActivity(activityCtx, d.a.StartWorkerDeploymentWorkflow, &deploymentspb.StartWorkerDeploymentRequest{