align logic to new so api
[vid.git] / vid-app-common / src / main / java / org / onap / vid / mso / MsoProperties.java
index 47cb95f..4e6258c 100644 (file)
@@ -125,4 +125,6 @@ public class MsoProperties extends SystemProperties {
 
        /** The Constant MSO_REST_API_SERVICE_INSTANCE_ASSIGN */
        public static final String MSO_REST_API_SERVICE_INSTANCE_ASSIGN = "mso.restapi.serviceInstanceAssign";
+
+       public static final String MSO_REST_API_WORKFLOW_SPECIFICATIONS= "mso.restapi.changeManagement.workflowSpecifications";
 }