}
// Calculate the estimatedCompletionDate
long totalTime = ProductionRun.getEstimatedTaskTime(routingTask, pRQuantity, dispatcher);
Timestamp endDate = TechDataServices.addForward(TechDataServices.getTechDataCalendar(routingTask),startDate, totalTime);
serviceContext.clear();
serviceContext.put("priority", routingTaskAssoc.get("sequenceNum"));
serviceContext.put("workEffortPurposeTypeId", routingTask.get("workEffortPurposeTypeId"));
serviceContext.put("workEffortName",routingTask.get("workEffortName"));
serviceContext.put("description",routingTask.get("description"));
serviceContext.put("fixedAssetId",routingTask.get("fixedAssetId"));