dynamicProcess.getPipelineContext()
.getFlowControlManager().exitCurrentElement();
// Record the fact that the existing binding value is
// "good"
boundValue.verify();
model.transition(TemplateSchema.VALUE_END);
action = new EndParameterAction(model);
}