464748495051525354
// casePlanModel as activity CmmnActivityBehavior behavior = getActivityBehavior(execution); // perform start() on associated behavior // because the case instance is ACTIVE behavior.started(execution); } }
42434445464748495051
return execution; } protected void postTransitionNotification(CmmnExecution execution) { CmmnActivityBehavior behavior = getActivityBehavior(execution); behavior.started(execution); } }
424344454647484950
return execution; } protected void transitionNotificationCompleted(CmmnExecution execution) { CmmnActivityBehavior behavior = getActivityBehavior(execution); behavior.started(execution); } }