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
workflow.GetLogger(ctx).Error(errors.Wrap(err, "notifying workflow state change").Error())
56
+
}
57
+
}
51
58
52
59
// Updates all other deployments waiting in queue when the current deployment is pending a confirm/reject user action. Current deployment is not on the queue at this point since its child TerraformWorkflow was started.
60
+
// CheckRunCache.CreateOrUpdate executes an activity and is a nondeterministic operation (i.e. it is not guaranteed to be executed in the same order across different workflow runs). This is why we need to check the workflow version to determine if we should update the check run.
61
+
// See https://docs.temporal.io/develop/go/versioning#patching for how to upgrade workflow version.
0 commit comments