@Override
public FlowValidationResult passivate(boolean verifyValues, FlowStepDirection flowStepDirection) {
FlowActivity currentActivity = getCurrentActivity();
if ( currentActivity != null ) {
currentActivity.refresh();
return currentActivity.passivate(verifyValues, flowStepDirection);
}
return null;
}
/**
* @see org.amplafi.flow.FlowState#getCurrentPage()