hey folks, is there a way to have mutually exclusi...
# ask-metaflow
g
hey folks, is there a way to have mutually exclusive Parameters, like a) Load a Json, b) Create new Json but not both - so there is no way to pass a & b together.
1
d
hey Stan! No, I don’t think this is something you can do automatically — you would have to implement the check in your start step and fail if they were both passed in. In other words, you would have to implement the logic yourself.
g
thanks Romain!