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
// If present, the new workflow will commence with AutoUpgrade behavior on the current version of it's Task Queue's Deployment. UserData inconsistencies put forward
160
+
// by the eventual consistencies of the matching partitions shall be resolved with the help of the revision number and source deployment version passed in this field.
161
+
// In other words, the first workflow task of the new run will be dispatched either to the source deployment version or the current deployment version of the Task Queue's Deployment.
162
+
// After the first workflow task, the effective behavior of the workflow depends on worker sent values in subsequent workflow tasks.
163
+
// Note: This field is only populated if the Task Queue on which the new run is scheduled belongs to a deployment on which the parent run is running.
164
+
//
165
+
// New run initiated by workflow ContinueAsNew of an AutoUpgrade run, or a child workflow of an AutoUpgrade parent, will inherit the
166
+
// previous run's AutoUpgrade behavior and the source deployment version passed in this field.
167
+
// Both Matching and History service shall then use the revision number to determine the deployment version on which the new run will dispatch it's first workflow task.
168
+
// This deployment version shall either be the source deployment version, passed down from the parent run, or the current deployment version of the Task Queue's Deployment.
169
+
//
170
+
// New run initiated by workflow Cron will never inherit the AutoUpgrade behavior.
171
+
//
172
+
// New run initiated by workflow Retry will only inherit this field if the retried run is effectively AutoUpgrade at the time
173
+
// of retry, and the retried run inherited AutoUpgrade behavior when it started (ie. it is a child of a AutoUpgrade
174
+
// parent, or a CaN of a AutoUpgrade run, and is running on the same deployment as that of the parent).
0 commit comments