We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a139e3e commit 5545faeCopy full SHA for 5545fae
temporal/api/history/v1/message.proto
@@ -725,6 +725,10 @@ message WorkflowExecutionUpdateAcceptedEventAttributes {
725
message WorkflowExecutionUpdateCompletedEventAttributes {
726
// The metadata about this update.
727
temporal.api.update.v1.Meta meta = 1;
728
+
729
+ // The event ID indicating the acceptance of this update.
730
+ int64 accepted_event_id = 3;
731
732
// The outcome of executing the workflow update function.
733
temporal.api.update.v1.Outcome outcome = 2;
734
}
0 commit comments