Skip to content

Commit a0d93d5

Browse files
committed
update comment
1 parent 237579d commit a0d93d5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

openapi/openapiv2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9596,7 +9596,7 @@
95969596
},
95979597
"priority": {
95989598
"$ref": "#/definitions/v1Priority",
9599-
"description": "Overrides the activity's priority sent by the SDK."
9599+
"description": "Priority metadata. If this message is not present, or any fields are not\npresent, they inherit the values from the workflow."
96009600
}
96019601
}
96029602
},

openapi/openapiv3.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6684,7 +6684,9 @@ components:
66846684
priority:
66856685
allOf:
66866686
- $ref: '#/components/schemas/Priority'
6687-
description: Overrides the activity's priority sent by the SDK.
6687+
description: |-
6688+
Priority metadata. If this message is not present, or any fields are not
6689+
present, they inherit the values from the workflow.
66886690
ActivityPropertiesModifiedExternallyEventAttributes:
66896691
type: object
66906692
properties:

temporal/api/activity/v1/message.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ message ActivityOptions {
4343

4444
temporal.api.common.v1.RetryPolicy retry_policy = 6;
4545

46-
// Overrides the activity's priority sent by the SDK.
46+
// Priority metadata. If this message is not present, or any fields are not
47+
// present, they inherit the values from the workflow.
4748
temporal.api.common.v1.Priority priority = 7;
4849
}

0 commit comments

Comments
 (0)