Implementation of HealthCheckBB
[so.git] / bpmn / so-bpmn-tasks / src / main / java / org / onap / so / bpmn / infrastructure / workflow / tasks / WorkflowActionConstants.java
old mode 100644 (file)
new mode 100755 (executable)
index 8c6fb2b..a416139
@@ -50,6 +50,7 @@ public final class WorkflowActionConstants {
     public static final String UPDATE_INSTANCE = "updateInstance";
     public static final String USER_PARAM_SERVICE = "service";
     public static final String VOLUMEGROUP = "VolumeGroup";
+    public static final String HEALTH_CHECK = "healthCheck";
     public static final String WORKFLOW_ACTION_ERROR_MESSAGE = "WorkflowActionErrorMessage";
 
 }