diff --git a/protos/orchestrator_service.proto b/protos/orchestrator_service.proto index 196c88d..67f49be 100644 --- a/protos/orchestrator_service.proto +++ b/protos/orchestrator_service.proto @@ -115,6 +115,7 @@ message SubOrchestrationInstanceCreatedEvent { google.protobuf.StringValue version = 3; google.protobuf.StringValue input = 4; TraceContext parentTraceContext = 5; + map tags = 6; } message SubOrchestrationInstanceCompletedEvent { @@ -225,6 +226,11 @@ message ExecutionRewoundEvent { google.protobuf.StringValue parentExecutionId = 2; // used only for rewinding suborchestrations, null otherwise google.protobuf.StringValue instanceId = 3; // used only for rewinding suborchestrations, null otherwise TraceContext parentTraceContext = 4; // used only for rewinding suborchestrations, null otherwise + google.protobuf.StringValue name = 5; // used by DTS backend only + google.protobuf.StringValue version = 6; // used by DTS backend only + google.protobuf.StringValue input = 7; // used by DTS backend only + ParentInstanceInfo parentInstance = 8; // used by DTS backend only + map tags = 9; // used by DTS backend only } message HistoryEvent {