4445464748495051525354
String eventName = getEventName(); CmmnExecution parent = execution.getParent(); if (parent != null) { parent.handleChildTransition(execution, eventName); } } protected void postTransitionNotification(CmmnExecution execution) { // noop
3435363738394041424344
String eventName = getEventName(); CmmnExecution parent = execution.getParent(); if (parent != null) { parent.handleChildTransition(execution, eventName); } transitionNotificationCompleted(execution); }