Hi, all,
A quick question so that I don't unnecessarily build a painfully tedious process flow: is there a way to make a combiner behave (or what is the best way to implement it) so that it
1. accepts a container
2. accepts a flowItem
3. joins it to the container (a process that takes X minutes)
4. accepts another flowItem
5. joins it to the container again (a process that takes Y minutes)
etc.
Thanks in advance!