The GoTo command

The GoTo command permits unconditional branching of process execution. Any label within a process can be referenced by the GoTo command. This facilitates looping and branching of processes. The following parameter must be defined from this window.

Field

Description

Label

Specifies the unique label of this process command. This label allows other commands to branch to this command. The label that you type here appears in the Label column on the EC Gateway Process Window.

Disable command

Disabling the command will allow temporary modification of the process statements. This allows for testing of the statements for error-free robustness. The command that has been disabled will not show in the script file (.pfs file).

Label (Parameters Panel)

Unique label of the process command where the action of the GoTo will branch.