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