Is it possible to present the lanes that jobs will queue to?
I’m re-running a workflow that does some particle and volume imports (that fail on a “GPU lane”), then some compute heavy jobs that I want to queue on a “GPU lane”. Since there are lots of downstream jobs, I’ve just been queueing everything to the GPU lanes, applying the workflow, then after the initial jobs that need the CPU lanes fail, I re-queueing them. At least I don’t have to manually re-queue all the downstream jobs. But maybe there is a better way to do this? I know beforehand what lane I want to queue things to, I just don’t see a way to set them differently from within the workflow.