CoordinatorAction action = client.getCoordActionInfo(wf
.getParentId());
String nominalTimeStr = SchemaHelper
.formatDateUTC(action.getNominalTime());
Instance instance = new Instance(cluster,
nominalTimeStr, WorkflowStatus.RUNNING);
instance.startTime = wf.getStartTime();
if (entity.getEntityType() == EntityType.FEED) {
instance.sourceCluster = getSourceCluster(cluster,
action, entity);