Hello - I have a workflow with 3 states, let's say...
# suiteflow
g
Hello - I have a workflow with 3 states, let's say State A, State B and State C. I have 2 transitions from State A - one goes to State B and one goes to State C. In this scenario, even though both the transitions have different conditions, all the conditions (for both transitions) are met. However, instead of going to State C, it is choosing State B. I just wanted to check if there was a way to prioritise Workflow transitions to pick one State over the other. Thank you.
v
create another transition that combines all of the conditions, then use that to go to B
g
That's what I was thinking too. Thanks for your input, @verikott!
m
The order your transitions are listed in is the order they will trigger So if your B transition is first in the list it will prioritize over the C transition
👆 1
g
Got it, @MGBC. Thanks!
@netsuite dev - FYI.