GoTo

<< Click to Display Table of Contents >>

Navigation:  Actions > Loops and Flows >

GoTo

This action provides an unconditional transition of task execution to the specified step.

We do not recommend using the GoTo action, despite its simplicity. You can easily break your algorithm and make it non-functional. It is better to look towards conditional transitions and loops.

 

LoopsGoTo

 

Select position or enter the step

You can choose the step from drop-down list or enter the step number. Variables are allowed. Step must be greater than 0.

If the step number is greater than the number of steps in the task, then the task will simply finish its execution (like the action Exit)

 

note Related Topics

File Loop

Text Loop

Dataset Loop

Simple Loop

While loop

Process Loop

End Loop

Break

Continue

If Then

Else

End If

ElseIf Then

Exit