Work on using branch per project
This commit is contained in:
parent
b1d5f53a79
commit
b37a988a03
42 changed files with 121 additions and 70 deletions
|
|
@ -44,6 +44,10 @@ public class DeleteFactEventStrategy implements AbstractMemoryEventHandlerStrate
|
|||
|
||||
} else { // inserted from a rule that is not in a ruleflow/process
|
||||
existingInSessionRuleExecution = sessionContext.getRuleExecution();
|
||||
if (existingInSessionRuleExecution==null){
|
||||
existingInSessionRuleExecution = new RuleExecution();
|
||||
sessionContext.setRuleExecution(existingInSessionRuleExecution);
|
||||
}
|
||||
existingInSessionRuleExecution.getThenFacts().add(fact);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue