} catch (CloneNotSupportedException e) {
BatchLogger.LOGGER.failToClone(e, this, "", stepName);
}
result.partitionId = 0; //overwrite the default -1 to indicate it's for a partition
result.partitionExecutions = null;
result.stepMetrics = new StepMetrics();
return result;
}