aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/proto-definition
diff options
context:
space:
mode:
authorBrinda Santh <bs2796@att.com>2019-09-23 10:10:58 -0400
committerBrinda Santh Muthuramalingam <bs2796@att.com>2019-09-25 16:01:44 +0000
commit807fbaae96dc75294fe17c933b43261011f33309 (patch)
treefee0a5f7454a62b5b2717556bbeb96c3589b659d /components/model-catalog/proto-definition
parent054b1d80f19d27fb8766bf70339ec5b7a351ac2e (diff)
Add bi-directional GRPC python executor.
Python based bidirectional communication script executor microservice. Issue-ID: CCSDK-1747 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: If2e8f862ca4cb97d10714df2ab1cccccef2d576a
Diffstat (limited to 'components/model-catalog/proto-definition')
-rw-r--r--components/model-catalog/proto-definition/proto/BluePrintCommon.proto1
1 files changed, 1 insertions, 0 deletions
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