Hi all,
I'm trying to model a milkrun type delivery of materials, where a platform will travel to multiple locations and drop different kinds of materials.
I "joined" a queue with a task executer to create the travelling platform and I'm pushing the contents into a list. At every location node, the idea is to trigger a pull with a message to drop the specific items.
So far I have made it to drop 1 item of it's type at each location, but I would like to ask if anyone can help me in how to configure the Pull query to make it drop "N" units of itemtype 1, "X" units of itemtype 2, etc...