private void updateImportedFeedInstance(WorkflowExecutionContext context) throws FalconException {
   LOG.info("Updating imported feed instance: {}", context.getNominalTimeAsISO8601());
   instanceGraphBuilder.addImportedInstance(context);
 }