i have two multi-row queues for different computers. It is possible to start both queues seperat but i am looking for a way that the second multi-row queue is started after the first one is ready.
So, queue 1 runs and after the last job is done the second multi-row queue is startet through the first one. Did anybody has an idea to realize this?
In the current version of BP it’s not possible to trigger one multi-row-queue-sequence to start when a different multi-row-queue-sequence ends. However, you could simply combine them into just a single multi-row-queue-sequence because that is effectively what you would be doing anyway. What is the purpose of keeping them as two separate sequences if the goal is to run them as a single sequence?