easier if we could just do "if it doesn't match th...
# suiteflow
k
easier if we could just do "if it doesn't match the others"
d
It's simpler than you think. SuiteFlow evaluates transition in an order of creation (I think you can even re-order them). If you create another transition without condition then it would make the trick. It will evaluate all transitions and if none of them trigger the transition then the last without condition will trigger. 😉
👍 1