Is there a way to just hold onto / stop Tokens at a specific node, by using a Custom Code Stop Object / Close Output?
I am trying to simulate inventory build up. We can only complete a limited number of processes in a day, however our incoming material could exceed that capacity.
Using PF I was trying to Split tokens off and create a Batch to count this total capacity. Once the batch is met, I would like the remaining PF tokens to stop until the next day when the counter would reset.
I don't know how to stop the tokens in the main flow though. I tried to do a Decide node, which would send tokens in a perpetual loop until the counter reset - however tokens would still slip through.