Skip to content

tenkyu/drools-flow-order

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 

Repository files navigation

Working with reverse order :(

HumanFlow -> Rule Flow below like this

  • StepA and StepA1 are in ruleflow-group "A"
  • StepB and StepB1 are in ruleflow-group "B"
  • StepC and StepC1 are in ruleflow-group "C"

HumanInit just call the flow like this

$ kcontext.getKieRuntime().startProcess("test.HumanFlow");

but working reverse order C -> B -> A

expected that A -> B -> C

Note: Drools Latest final version: 6.5.0.Final

About

Drools ruleflow-group working with reverse order

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages