3334353637383940414243
return CLOSE; } protected CmmnExecution eventNotificationsStarted(CmmnExecution execution) { CmmnActivityBehavior behavior = getActivityBehavior(execution); behavior.onClose(execution); execution.setCurrentState(CLOSED); return execution; }