206207208209210211212213214215216
} if( flowPlanPath != null ) { LOG.info( "writing flow dot: {}", flowPlanPath ); flow.writeDOT( flowPlanPath ); } if( flowListener != null ) flow.addListener( flowListener );