You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delegate IntermediateThrowEvent dispatch to EventDefinition parse handlers
Replace IntermediateThrowEventParseHandler's instanceof cascade with a
parseElement(eventDefinition) delegation. Signal and Escalation parse
handlers gain a ThrowEvent branch (Compensate already had one); the
None-throw path stays inline.
Copy file name to clipboardExpand all lines: modules/flowable-engine/src/main/java/org/flowable/engine/impl/bpmn/parser/handler/EscalationEventDefinitionParseHandler.java
Copy file name to clipboardExpand all lines: modules/flowable-engine/src/main/java/org/flowable/engine/impl/bpmn/parser/handler/SignalEventDefinitionParseHandler.java
0 commit comments