{
LingualFlowFactory flowFactory = platformBroker.getFlowFactory( branch );
TableDef tableDef = branch.tailTableDef;
String[] jarPath = ClassLoaderUtil.getJarPaths( getPlatformBroker(), tableDef );
flowFactory.addSink( tableDef.getName(), tableDef, jarPath );
ClassLoader jarLoader = ClassLoaderUtil.getJarClassLoader( platformBroker, flowFactory );
if( jarLoader != null )
Thread.currentThread().setContextClassLoader( jarLoader );