package org.jbpm.quickstarts rule "Hello World Rule 1" ruleflow-group "output" when eval( true ) then System.out.println("Hello World Rule 1"); end