Skip to content

Commit e7e3221

Browse files
committed
add comment
1 parent ab563c6 commit e7e3221

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

temporal/api/history/v1/message.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)