All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.myspace.mortgage_app.RetractValidationErr.rdrl Maven / Gradle / Ivy

Go to download

Getting started loan approval process in BPMN2, decision table, business rules, and forms.

There is a newer version: 7.74.1.Final
Show newest version
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