Batches do not immediately return a job id, so no dependency can be set. However, one could create virtual job ids and during the batched dispatch we could ensure the dependencies. This would involve quite a bit of logic, so I am not sure if it is worth to sacrifice simplicity for this feature.
Batches do not immediately return a job id, so no dependency can be set. However, one could create virtual job ids and during the batched dispatch we could ensure the dependencies. This would involve quite a bit of logic, so I am not sure if it is worth to sacrifice simplicity for this feature.