07-11-2018 09:56 AM
Starting from the following model with topic Capacity for each entity type in ParallelProc and different batchs progress of entity , I'd like to describe a more complex situation:
I'd like a source that produces simultaneously batches of entities with different name; Do I need a flow control with a buffer for each entity type? I suppose I need a Entrance Control (I can't write it) in parallel process beacuse I want a FIFO strategy, but always respecting the previous rule of empty/full buffer. If more than one predecessor buffer is full, I desire that entities that are waiting for more time enter in the parallel process.
Thank all Community for availability.