GenericAlert.instrumentFailedInstance(cluster, entityType,
entityName, nominalTime, workflowId, workflowUser, runId, operation,
SchemaHelper.formatDateUTC(startTime), "", "", duration);
} else if (status.equalsIgnoreCase("SUCCEEDED")) {
Entity entity = EntityUtil.getEntity(entityType, entityName);
//late data handling not applicable for feed retention action
if (!operation.equalsIgnoreCase("DELETE") && EntityUtil.getLateProcess(entity) != null) {
latedataHandler.handleRerun(cluster, entityType, entityName,
nominalTime, runId, workflowId, workflowUser,
System.currentTimeMillis());