424344454647484950
return execution; } protected void postTransitionNotification(CmmnExecution execution) { CmmnActivityBehavior behavior = getActivityBehavior(execution); behavior.reactivated(execution); } }
return execution; } protected void transitionNotificationCompleted(CmmnExecution execution) { CmmnActivityBehavior behavior = getActivityBehavior(execution); behavior.reactivated(execution); } }