diff --git a/protos/orchestrator_service.proto b/protos/orchestrator_service.proto index 7e38f67..d59bca3 100644 --- a/protos/orchestrator_service.proto +++ b/protos/orchestrator_service.proto @@ -295,6 +295,7 @@ message CompleteOrchestrationAction { google.protobuf.StringValue newVersion = 4; repeated HistoryEvent carryoverEvents = 5; TaskFailureDetails failureDetails = 6; + map tags = 7; } message TerminateOrchestrationAction {