Flows
Object
The Flow
object exposes useful information about the current flow and allows transitioning between steps in the flow.
current_step (Property)
Type: string Description: Returns the name of the current step.
goto_step (Method)
Description: Transitions to the specified step in the flow.
The flow only respects the last
goto_step
call.Rejecting transition example: