@Override
  public String execute() throws Exception {
    caseAggregation = aggregationConditionService.getCaseAggregationCondition(id);

    description =
        aggregationConditionService.getConditionDescription(
            caseAggregation.getAggregationExpression());

    return SUCCESS;
  }