Skip to content

Commit 5545fae

Browse files
author
Matt McShane
authored
Add ref from update completed to accepted (#296)
Helps observers to follow the chain of execution for a single update.
1 parent a139e3e commit 5545fae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

temporal/api/history/v1/message.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,10 @@ message WorkflowExecutionUpdateAcceptedEventAttributes {
725725
message WorkflowExecutionUpdateCompletedEventAttributes {
726726
// The metadata about this update.
727727
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+
728732
// The outcome of executing the workflow update function.
729733
temporal.api.update.v1.Outcome outcome = 2;
730734
}

0 commit comments

Comments
 (0)