From 807fbaae96dc75294fe17c933b43261011f33309 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Mon, 23 Sep 2019 10:10:58 -0400 Subject: Add bi-directional GRPC python executor. Python based bidirectional communication script executor microservice. Issue-ID: CCSDK-1747 Signed-off-by: Brinda Santh Change-Id: If2e8f862ca4cb97d10714df2ab1cccccef2d576a --- components/model-catalog/proto-definition/proto/BluePrintCommon.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'components/model-catalog/proto-definition/proto') diff --git a/components/model-catalog/proto-definition/proto/BluePrintCommon.proto b/components/model-catalog/proto-definition/proto/BluePrintCommon.proto index 9b24c50fc..ce90929dc 100644 --- a/components/model-catalog/proto-definition/proto/BluePrintCommon.proto +++ b/components/model-catalog/proto-definition/proto/BluePrintCommon.proto @@ -37,4 +37,5 @@ enum EventType { EVENT_COMPONENT_PROCESSING = 1; EVENT_COMPONENT_NOTIFICATION = 2; EVENT_COMPONENT_EXECUTED = 3; + EVENT_COMPONENT_TRACE = 4; } \ No newline at end of file -- cgit 1.2.3-korg