@Override
 protected void execFinally() throws ProcessingException {
   OutlinesTableField.Table table = getOutlinesTableField().getTable();
   table.discardAllRows();
 }