// step in the flow
if ( cacheEntry != null && totalNumberOfParallelDelegatesProcessingCas > 1 && ( cacheEntry.howManyDelegatesResponded() < totalNumberOfParallelDelegatesProcessingCas))
{
synchronized( cacheEntry )
{
cacheEntry.incrementHowManyDelegatesResponded();
}
}
if (aController instanceof AggregateAnalysisEngineController && t instanceof Exception)
{