Hi, a question about Parameters and variable batch decorators:
I want to be able to pass a parameter gpu to a flow and then this in turn to affect the declaration of a batch decorator (if the parameter is true point to one batch queue else point to another) but if I do this outside the flow as I should I can’t access the value of the parameter it seems, any help?