for( Ref head : branch.heads.keySet() )
{
TableDef tableDefFor = getTableDefFor( platformBroker, head );
String[] jarPath = ClassLoaderUtil.getJarPaths( getPlatformBroker(), tableDefFor );
flowFactory.addSource( head.name, tableDefFor, jarPath );
}
FlowListener flowListener = null;
if( branch.tailTableDef != null )