Hello,
In a basic model with source, processor, sink, operator. After first item into processor, I want the operator to load second item and wait in front of processor, make the operator become something like queue, a buffer.
I have created one by using custom sequence, but it's not easy to do that. Is there a better way to approach that without writing code?
I think process flow will make work easier, still studying.