@@ -6508,6 +6508,10 @@ components:
65086508 description: Maximum permitted time between successful worker heartbeats.
65096509 retryPolicy:
65106510 $ref: '#/components/schemas/RetryPolicy'
6511+ priority:
6512+ allOf:
6513+ - $ref: '#/components/schemas/Priority'
6514+ description: Overrides the activity's priority sent by the SDK.
65116515 ActivityPropertiesModifiedExternallyEventAttributes:
65126516 type: object
65136517 properties:
@@ -9674,7 +9678,9 @@ components:
96749678 priority:
96759679 allOf:
96769680 - $ref: '#/components/schemas/Priority'
9677- description: Priority metadata
9681+ description: |-
9682+ Priority metadata
9683+ Deprecated. Use `activity_options.priority`.
96789684 pauseInfo:
96799685 $ref: '#/components/schemas/PendingActivityInfo_PauseInfo'
96809686 activityOptions:
@@ -14057,6 +14063,10 @@ components:
1405714063 allOf:
1405814064 - $ref: '#/components/schemas/VersioningOverride'
1405914065 description: If set, takes precedence over the Versioning Behavior sent by the SDK on Workflow Task completion.
14066+ priority:
14067+ allOf:
14068+ - $ref: '#/components/schemas/Priority'
14069+ description: If set, overrides the workflow's priority sent by the SDK.
1406014070 WorkflowExecutionOptionsUpdatedEventAttributes:
1406114071 type: object
1406214072 properties:
@@ -14079,6 +14089,8 @@ components:
1407914089 items:
1408014090 $ref: '#/components/schemas/Callback'
1408114091 description: Completion callbacks attached to the running workflow execution.
14092+ priority:
14093+ $ref: '#/components/schemas/Priority'
1408214094 WorkflowExecutionSignaledEventAttributes:
1408314095 type: object
1408414096 properties:
0 commit comments