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