aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-09-30 14:26:57 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-30 14:26:57 +0000
commit3bdfeb467fa4d26fa174ea4f27b256bb0abaf9d8 (patch)
treebcbeef749bb6e84e628e7f662e9b6bd07fb6fac3 /components/model-catalog
parent5519b94eb8cb45694418a2a00fdb28f332b93c6b (diff)
parent807fbaae96dc75294fe17c933b43261011f33309 (diff)
Merge "Add bi-directional GRPC python executor."
Diffstat (limited to 'components/model-catalog')
-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