TeleFlow Step 0700

TeleFlow Step 0700

From TeleFlow

Jump to: navigation, search

Image:Iv_700.gif Global Event
Sets the Labels to go to for special events that may occur during the operation of an application. At any time during the flow of the application, events can be directed to different Image:Iv_960.gifLabels. When one of the set events occurs, the TeleFlow Server or Simulator will search the current flowchart, then the previous flowchart (I.e. the flowchart that ran the current flowchart), and so on, essentially backtracking the direction the user came, 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). An important function of the Global Event step is to indicate where to continue running from when the caller hangs up. Often, logging will be placed at the Global Hang-Up label to track call duration and other aspects of the call before returning to a Image:Iv_010.gif Wait for Call step to wait for the next call to come in.

When defining a global label, it is best to ensure that the matching Label step]] is in the same flowchart as it is being defined in. (If for no other reason than it is easier to read your application this way) It is also acceptable to set the global label to a label that is certain to exist in a flowchart higher up in the application/call flow.

See the Go to Label topic/step for more information about how labels work in TeleFlow.

Properties

The type of event: Sets the type of event to define a label for, per the following options:


GLOBAL label to go to for event: The name of the label to jump to when the event set above occurs. e.g.: START

Action Steps

None.

Related Steps

Image:Iv_960.gifLabel
Image:Iv_510.gifGoto Label
Image:Iv_081.gifFatal Stop