コード例 #1
0
 private void updateExportedFeedInstance(WorkflowExecutionContext context) throws FalconException {
   LOG.info("Updating export feed instance: {}", context.getNominalTimeAsISO8601());
   instanceGraphBuilder.addExportedInstance(context);
 }