junit.designer.BPMN2-RuleTask.drl Maven / Gradle / Ivy
package com.sample;
global java.util.List list;
rule MyRule
ruleflow-group "myRules"
when
then
list.add("Executed");
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.sample;
global java.util.List list;
rule MyRule
ruleflow-group "myRules"
when
then
list.add("Executed");
end