Interface ProcessValidationError

All Superinterfaces:
Serializable, ValidationError
All Known Implementing Classes:
ProcessValidationErrorImpl

public interface ProcessValidationError extends ValidationError
Represents a RuleFlow validation error.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.kie.api.definition.process.Process
     

    Methods inherited from interface org.kie.kogito.process.validation.ValidationError

    getMessage
  • Method Details

    • getProcess

      org.kie.api.definition.process.Process getProcess()