return new TezCoGroupGate( flowProcess, element, IORole.sink, findLogicalOutput( element ) );
}
private Gate createSourceCoGroupByGate( CoGroup element )
{
return new TezCoGroupGate( flowProcess, element, IORole.source, createInputMap( element ) );
}