Skip to content

Commit aa4b89c

Browse files
committed
update comment
1 parent 0bfe050 commit aa4b89c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

openapi/openapiv2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12827,7 +12827,7 @@
1282712827
},
1282812828
"priority": {
1282912829
"$ref": "#/definitions/v1Priority",
12830-
"description": "Priority metadata\nDeprecated. Use `activity_options.priority`."
12830+
"description": "Priority metadata. If this message is not present, or any fields are not\npresent, they inherit the values from the workflow."
1283112831
},
1283212832
"pauseInfo": {
1283312833
"$ref": "#/definitions/PendingActivityInfoPauseInfo"

openapi/openapiv3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9681,8 +9681,8 @@ components:
96819681
allOf:
96829682
- $ref: '#/components/schemas/Priority'
96839683
description: |-
9684-
Priority metadata
9685-
Deprecated. Use `activity_options.priority`.
9684+
Priority metadata. If this message is not present, or any fields are not
9685+
present, they inherit the values from the workflow.
96869686
pauseInfo:
96879687
$ref: '#/components/schemas/PendingActivityInfo_PauseInfo'
96889688
activityOptions:

temporal/api/workflow/v1/message.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ message PendingActivityInfo {
300300
// If nil, the activity has not yet been dispatched or was last dispatched to an unversioned worker.
301301
temporal.api.deployment.v1.WorkerDeploymentVersion last_deployment_version = 25;
302302

303-
// Priority metadata
304-
// Deprecated. Use `activity_options.priority`.
303+
// Priority metadata. If this message is not present, or any fields are not
304+
// present, they inherit the values from the workflow.
305305
temporal.api.common.v1.Priority priority = 22;
306306

307307
message PauseInfo {

0 commit comments

Comments
 (0)