From e35cf81e28fa43697cc1b6c0e1b7ad22c33b6e75 Mon Sep 17 00:00:00 2001 From: Naiyuan Tian <110135109+nytian@users.noreply.github.com> Date: Tue, 3 Jun 2025 15:52:50 -0700 Subject: [PATCH] Update orchestrator_service.proto --- protos/orchestrator_service.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/orchestrator_service.proto b/protos/orchestrator_service.proto index b2ca147..d268bc4 100644 --- a/protos/orchestrator_service.proto +++ b/protos/orchestrator_service.proto @@ -41,6 +41,7 @@ message TaskFailureDetails { google.protobuf.StringValue stackTrace = 3; TaskFailureDetails innerFailure = 4; bool isNonRetriable = 5; + map properties = 6; } enum OrchestrationStatus {