TeleFlow Step 0510

TeleFlow Step 0510

From TeleFlow

Jump to: navigation, search

Image:Iv_510.gif Go To Label Step
Instructs the application to jump to and continue its flow from the defined Label step.

TeleFlow searches for a Label in the current flowchart first, then the previous flowchart (I.e. the flowchart that ran the current flowchart), and so on, essentially backtracking the direction the application came to reach the point at which the Go To Label step was run, for the first instance of the Label name defined. This is where the Server will resume the flow of the application (I.e. When the Label step is found, the application will continue from it).

In a manner of speaking, you could say that a go to label and the label to which it leads equate to a flow line in the flow chart. You can't see the line physically, but it connects the two steps nonetheless. This line exists between the steps even if you have to jump back through flowcharts to find it. If TeleFlow finds its way back to the first flowchart run without finding the label, it generates a FATAL error.

Properties

Go to Label: The name of the Label to go to. e.g.: MAIN_MENU

Action Steps

None.

Related Steps

Image:Iv_960.gif Label
Image:Iv_700.gif Global Event