Question on four way branching, if logic

So if I have logic that I could branch four ways, I could create a complex if statement.
OR (see what I did there)
I could have a trigger on a step entry and check the state and then advance to the next step.
Like it would go from step A → B → C but the user only sees A → C

Hey @mellerbeck, consensus on the Tulip side is that—as long as you’re comfortable managing the complexity—this is a decent way to distribute complex logic when loading everything into a single trigger would be unwieldy or impractical.