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