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

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