Class ConstraintParamUtil

java.lang.Object
com.netflix.conductor.common.utils.ConstraintParamUtil

public class ConstraintParamUtil extends Object
  • Constructor Details

    • ConstraintParamUtil

      public ConstraintParamUtil()
  • Method Details

    • validateInputParam

      public static List<String> validateInputParam(Map<String,Object> input, String taskName, WorkflowDef workflow)
      Validates inputParam and returns a list of errors if input is not valid.
      Parameters:
      input - Map of inputParameters
      taskName - TaskName of inputParameters
      workflow - WorkflowDef
      Returns:
      List of error strings.