Hi, I can't seem to find anything about that so I'm asking here, is it possible to set a number of threads per task instead of globally ? I have a task that could be heavily parallelized with no memory constraint and could easily allocate 16 threads to it, on the other hand I have a heavily memory intensive downstream task that just fills memory up at 2 or 3 threads, do I need 2 flows for that ? Thanks and sorry if this has already been addressed somewhere