Interface ProcessValidator

All Known Implementing Classes:
ProcessValidatorImpl

public interface ProcessValidator
Validates a process definition against the rules of the Activiti engine to be executable
  • Method Details

    • validate

      List<ValidationError> validate(org.activiti.bpmn.model.BpmnModel bpmnModel)
      Validates the provided BpmnModel and returns a list of all ValidationError occurences found.
    • getValidatorSets

      List<ValidatorSet> getValidatorSets()
      Returns the ValidatorSet instances for this process validator. Useful if some validation rules need to be disabled.