Skip to content

Instantly share code, notes, and snippets.

@garethahealy
Created March 12, 2016 09:46
Show Gist options
  • Save garethahealy/f5b512682e6c928fc7ce to your computer and use it in GitHub Desktop.
Save garethahealy/f5b512682e6c928fc7ce to your computer and use it in GitHub Desktop.
package org.acme.insurance.policyquote;
rule "StartRuleflow"
salience 100
when
then
System.out.println("StartRuleflow - ON");
kcontext.getKnowledgeRuntime().startProcess("policyquote.policyquotecalculationprocess");
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment