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
"title": "Represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)"
7598
+
"title": "The name of the Deployment where you want to set Current Version to unversioned.\nRepresents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)"
7599
7599
},
7600
7600
"conflictToken": {
7601
7601
"type": "string",
@@ -7629,7 +7629,7 @@
7629
7629
},
7630
7630
"unversionedDeploymentName": {
7631
7631
"type": "string",
7632
-
"title": "Represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)"
7632
+
"title": "The name of the Deployment where you want to set Ramping Version to unversioned.\nRepresents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)"
7633
7633
},
7634
7634
"percentage": {
7635
7635
"type": "number",
@@ -8141,7 +8141,7 @@
8141
8141
},
8142
8142
"deploymentVersion": {
8143
8143
"type": "object",
8144
-
"description": "A Worker Deployment Version (Version, for short) represents a different\nversion of workers within a Worker Deployment. (see documentation of WorkerDeploymentVersionInfo)\nVersion records are created in Temporal server automatically when their\nfirst poller arrives to the server.\nExperimental. Worker Deployment Versions are experimental and might significantly change in the future."
8144
+
"description": "A Worker Deployment Version (Version, for short) represents a\nversion of workers within a Worker Deployment. (see documentation of WorkerDeploymentVersionInfo)\nVersion records are created in Temporal server automatically when their\nfirst poller arrives to the server.\nExperimental. Worker Deployment Versions are experimental and might significantly change in the future."
8145
8145
},
8146
8146
"upsertEntries": {
8147
8147
"type": "object",
@@ -11798,10 +11798,14 @@
11798
11798
},
11799
11799
"lastDeployment": {
11800
11800
"$ref": "#/definitions/v1Deployment",
11801
-
"description": "The deployment this activity was dispatched to most recently. Present only if the activity\nwas dispatched to a versioned worker.\nDeprecated. Use `last_worker_deployment_version`."
11801
+
"description": "The deployment this activity was dispatched to most recently. Present only if the activity\nwas dispatched to a versioned worker.\nDeprecated. Use `last_deployment_version`."
11802
11802
},
11803
11803
"lastWorkerDeploymentVersion": {
11804
11804
"type": "string",
11805
+
"description": "The Worker Deployment Version this activity was dispatched to most recently.\nDeprecated. Use `last_deployment_version`."
"description": "The Worker Deployment Version this activity was dispatched to most recently."
11806
11810
},
11807
11811
"priority": {
@@ -13340,7 +13344,7 @@
13340
13344
},
13341
13345
"previousVersion": {
13342
13346
"type": "string",
13343
-
"description": "Deprecated. Use `previous_current`."
13347
+
"description": "Deprecated. Use `replaced_version`."
13344
13348
},
13345
13349
"deploymentVersion": {
13346
13350
"$ref": "#/definitions/v1WorkerDeploymentVersion"
@@ -13360,7 +13364,7 @@
13360
13364
},
13361
13365
"previousVersion": {
13362
13366
"type": "string",
13363
-
"description": "Deprecated. Use `previous_ramping`."
13367
+
"description": "Deprecated. Use `replaced_version`."
13364
13368
},
13365
13369
"deploymentVersion": {
13366
13370
"$ref": "#/definitions/v1WorkerDeploymentVersion"
@@ -14807,7 +14811,7 @@
14807
14811
"description": "Identifies the Worker Deployment this Version is part of.\nMust be unique within the namespace."
14808
14812
}
14809
14813
},
14810
-
"description": "A Worker Deployment Version (Version, for short) represents a different\nversion of workers within a Worker Deployment. (see documentation of WorkerDeploymentVersionInfo)\nVersion records are created in Temporal server automatically when their\nfirst poller arrives to the server.\nExperimental. Worker Deployment Versions are experimental and might significantly change in the future."
14814
+
"description": "A Worker Deployment Version (Version, for short) represents a\nversion of workers within a Worker Deployment. (see documentation of WorkerDeploymentVersionInfo)\nVersion records are created in Temporal server automatically when their\nfirst poller arrives to the server.\nExperimental. Worker Deployment Versions are experimental and might significantly change in the future."
14811
14815
},
14812
14816
"v1WorkerDeploymentVersionInfo": {
14813
14817
"type": "object",
@@ -15554,7 +15558,7 @@
15554
15558
},
15555
15559
"deployment": {
15556
15560
"$ref": "#/definitions/v1Deployment",
15557
-
"description": "The worker deployment that completed the last workflow task of this workflow execution. Must\nbe present if `behavior` is set. Absent value means no workflow task is completed, or the\nlast workflow task was completed by an unversioned worker. Unversioned workers may still send\na deployment value which will be stored here, so the right way to check if an execution is\nversioned if an execution is versioned or not is via the `behavior` field.\nNote that `deployment` is overridden by `versioning_override` if the latter is present.\nDeprecated. Use `version`."
15561
+
"description": "The worker deployment that completed the last workflow task of this workflow execution. Must\nbe present if `behavior` is set. Absent value means no workflow task is completed, or the\nlast workflow task was completed by an unversioned worker. Unversioned workers may still send\na deployment value which will be stored here, so the right way to check if an execution is\nversioned if an execution is versioned or not is via the `behavior` field.\nNote that `deployment` is overridden by `versioning_override` if the latter is present.\nDeprecated. Use `deployment_version`."
0 commit comments