diff --git a/protos/orchestrator_service.proto b/protos/orchestrator_service.proto index 2ca3755..1c55307 100644 --- a/protos/orchestrator_service.proto +++ b/protos/orchestrator_service.proto @@ -23,6 +23,7 @@ message ActivityRequest { google.protobuf.StringValue input = 3; OrchestrationInstance orchestrationInstance = 4; int32 taskId = 5; + TraceContext parentTraceContext = 6; } message ActivityResponse {