Class Xs2aReportValidationError

  • All Implemented Interfaces:
    org.flowable.engine.delegate.JavaDelegate

    @Service("xs2aReportValidationError")
    public class Xs2aReportValidationError
    extends Object
    implements org.flowable.engine.delegate.JavaDelegate
    Reports that there were validation errors on context. As the result user should be redirected to the form, where he can provide missing data to the context to proceed with authorization. Typically that data is passed back to the context using UpdateAuthorization.
    • Constructor Detail

      • Xs2aReportValidationError

        public Xs2aReportValidationError()
    • Method Detail

      • execute

        public void execute​(org.flowable.engine.delegate.DelegateExecution execution)
        Specified by:
        execute in interface org.flowable.engine.delegate.JavaDelegate