TeleFlow Step 0500

TeleFlow Step 0500

From TeleFlow

Jump to: navigation, search

Image:Iv_500.gif Run Flowchart
Runs a TeleFlow Flowchart. When a flowchart is run, the application flow enters the flowchart, starts running at the Image:iv_030.gifSTART step, and continues until it reaches the Image:Iv_040.gif End step. When the flow reaches the End step, the flowchart ends/exits, and the application continues from the Run Flowchart step in the flowchart that ran it. Every flowchart is a file on disk that is named with a .TAM (Telephony Application Module) extension. This essentially describes how a TeleFlow Application works: Flowcharts are developed using TeleFlow steps to create application/call flow. Each flowchart performs a task or series of tasks. Stringing together series of flowcharts that run other flowcharts creates an overall application/call flow.

Properties

Flowchart: The name of the flowchart to run. Any flowchart run must be added to the TeleFlow Application (typically, adding a flowchart to an application is the first step of developing it, and as such, most application flowcharts are properly added as soon as they are created). Flowcharts are added to the application on the TeleFlow Application (.TAP) screen. e.g.: GetAcct

Pass parameters to Flowchart (Value 1 - 10): A Flowchart can receive up to 10 pieces of data from a Run Flowchart step that runs it, receiving each into a variable. On the Run Flowchart, this is represented by numbered "Value" fields. If a parameter on Run Flowchart is left empty, but the Flowchart is set to receive a parameter into a variable, the variable is created/set to an empty string.

Action Steps

None.

Related Steps

Image:Iv_505.gif Run TAP
Image:Iv_510.gif Go to Label