Dynamic dependencies in batched targets / generating target chains from an item group
I’m trying to use target batching to factor out common code between similar target chains, while allowing them to be scheduled independently and have diverging dependencies. I’ve reduced my main issue to the following demo: