Input Mappings tab (Call Subflow step)
Use the Input Mappings tab of the Call Subflow customizer window to map variables or expressions from the main script to variables in the subflow you specified in the General tab of the Call Subflow customizer window.

Note | You must define variables in the map script before you can map them. |
You can map variables only to variables of the same type. (For example, you can map a string variable in the main script only to a string variable in the subflow).
You can pass in any valid expression; for example, “4” or an expression like “counter + 3”.
Cisco Unified CCX evaluates all expressions you specify before calling the subflow. Cisco Unified CCX then stores the results of the expressions in the specified subflow variable names; these variables must be of the same type as the expression.
Note | Use the Output Mappings tab to specify how to return values from the subflow to the main flow. For more information, see the“Output Mappings tab (Call Subflow step)” section.. |
The following table describes the properties and the action buttons of the Input Mapping tab of the Call Subflow customizer window:
Properties / Buttons |
Description |
||
---|---|---|---|
Sources |
Expressions to be evaluated before invoking the subflow; the results are stored in the subflow variable specified in the “Destination” field. |
||
Subflow Destinations |
Names of the subflow variables in which the result from the “Sources” field will be stored. |
||
Add / Modify (buttons) |
Use these buttons to access the Add or Modify Input Variable dialog box where you can add or modify subflows.
|
||
Delete (button) |
To remove parameter mapping information, highlight a value in the list and click Delete. |