diff options
Diffstat (limited to 'components/model-catalog/proto-definition/proto')
-rw-r--r-- | components/model-catalog/proto-definition/proto/BluePrintCommon.proto | 1 |
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 |