3334353637383940414243
return RE_ENABLE; } protected CmmnExecution eventNotificationsStarted(CmmnExecution execution) { CmmnActivityBehavior behavior = getActivityBehavior(execution); behavior.onReenable(execution); execution.setCurrentState(ENABLED); return execution; }