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 Detail

      • validate

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

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