com.myspace.mortgage_app.RetractValidationErr.rdrl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mortgage-process Show documentation
Show all versions of mortgage-process Show documentation
Getting started loan approval process in BPMN2, decision table, business rules, and forms.
package com.myspace.mortgage_app;
import java.lang.Number;
rule "RetractValidationErr"
dialect "mvel"
ruleflow-group "error"
when
vdo : ValidationErrorDO( )
then
retract( vdo );
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy