File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -792,11 +792,13 @@ message WorkflowExecutionOptionsUpdatedEventAttributes {
792792 temporal.api.workflow.v1.VersioningOverride versioning_override = 1 ;
793793 // Versioning override removed in this event.
794794 bool unset_versioning_override = 2 ;
795- // Request ID attachedto the running workflow execution so that subsequent requests with same
795+ // Request ID attached to the running workflow execution so that subsequent requests with same
796796 // request ID will be deduped.
797797 string attached_request_id = 3 ;
798798 // Completion callbacks attached to the running workflow execution.
799799 repeated temporal.api.common.v1.Callback attached_completion_callbacks = 4 ;
800+ // Priority override upserted in this event. Represents the full priority; not just partial fields.
801+ // Ignored if nil.
800802 temporal.api.common.v1.Priority priority = 5 ;
801803}
802804
You can’t perform that action at this time.
0 commit comments