Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions protos/orchestrator_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ message EntityOperationSignaledEvent {
google.protobuf.Timestamp scheduledTime = 3;
google.protobuf.StringValue input = 4;
google.protobuf.StringValue targetInstanceId = 5; // used only within histories, null in messages
TraceContext parentTraceContext = 6;
}

message EntityOperationCalledEvent {
Expand All @@ -192,6 +193,7 @@ message EntityOperationCalledEvent {
google.protobuf.StringValue parentInstanceId = 5; // used only within messages, null in histories
google.protobuf.StringValue parentExecutionId = 6; // used only within messages, null in histories
google.protobuf.StringValue targetInstanceId = 7; // used only within histories, null in messages
TraceContext parentTraceContext = 8;
}

message EntityLockRequestedEvent {
Expand Down Expand Up @@ -318,6 +320,8 @@ message SendEntityMessageAction {
EntityLockRequestedEvent entityLockRequested = 3;
EntityUnlockSentEvent entityUnlockSent = 4;
}

TraceContext parentTraceContext = 5;
}

message OrchestratorAction {
Expand Down