Skip to content

Commit a375f21

Browse files
committed
update comment
1 parent a0d93d5 commit a375f21

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
@@ -13162,7 +13162,7 @@
1316213162
},
1316313163
"priority": {
1316413164
"$ref": "#/definitions/v1Priority",
13165-
"description": "Priority metadata\nDeprecated. Use `activity_options.priority`."
13165+
"description": "Priority metadata. If this message is not present, or any fields are not\npresent, they inherit the values from the workflow."
1316613166
},
1316713167
"pauseInfo": {
1316813168
"$ref": "#/definitions/PendingActivityInfoPauseInfo"

openapi/openapiv3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9928,8 +9928,8 @@ components:
99289928
allOf:
99299929
- $ref: '#/components/schemas/Priority'
99309930
description: |-
9931-
Priority metadata
9932-
Deprecated. Use `activity_options.priority`.
9931+
Priority metadata. If this message is not present, or any fields are not
9932+
present, they inherit the values from the workflow.
99339933
pauseInfo:
99349934
$ref: '#/components/schemas/PendingActivityInfo_PauseInfo'
99359935
activityOptions:

temporal/api/workflow/v1/message.proto

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

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

325325
message PauseInfo {

0 commit comments

Comments
 (0)