Unconditional Branch [NextIs]
When flow has been branched using the "Switch" method, it is likely that there will be a need to use an unconditional branch to re-merge the flow. The WizardEngine provides a method named, "NextIs", which changes the destination state for the step from the default (next state), to the state whose name is provided as the first parameter of the "NextIs" method. The method is a steady-state call.
Example:
Engine\NextIs("StateName");