wizard behavior extension - skip step

How to skip one step in wizard behavior? I do not have any branches.

If some conditions happen I need to skip one step and move to another.

Also if this step was finished when pressing "previous" I need to skip it.

R.

I’ve kind of had the same issues. Currently working on a solution but not got anything pretty. Currently I’ve resulted to just resetting the “steps” in the behaviour function depending on the use case. I’m still looking for a more elegant solution if possible.