Bug null pointer si aucune regle dans une ruleflow group
Envoi des logs de trace
This commit is contained in:
parent
73b9cbc46c
commit
ebb783f33a
2 changed files with 21 additions and 5 deletions
|
|
@ -41,10 +41,11 @@ public class AfterNodeInstanceTriggeredEventStrategy implements AbstractMemoryEv
|
|||
processExecution.getRuleflowGroups().add(ruleflowGroup);
|
||||
|
||||
}
|
||||
ruleflowGroup.setStartDate(afterNodeInstanceTriggeredHistoryEvent.getDateEvent());
|
||||
ruleflowGroup.setStartEventID(afterNodeInstanceTriggeredHistoryEvent.getEventID());
|
||||
ruleflowGroup.setRuleflowGroupStatus(RuleflowGroupStatus.STARTED);
|
||||
|
||||
if (ruleflowGroup != null) {
|
||||
ruleflowGroup.setStartDate(afterNodeInstanceTriggeredHistoryEvent.getDateEvent());
|
||||
ruleflowGroup.setStartEventID(afterNodeInstanceTriggeredHistoryEvent.getEventID());
|
||||
ruleflowGroup.setRuleflowGroupStatus(RuleflowGroupStatus.STARTED);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue