GLOBALVARIABLE

Usage

TIBCO iProcess Workspace (Browser)

TIBCO iProcess Workspace (Windows)

Fetches the value of the requested globalVariable. An undefined globalVariable returns SW_NA. An empty globalVariable value returns null.

For more information about Global Variables, see TIBCO iProcess® Engine Administrator’s Guide and TIBCO iProcess® Engine Administration Console User’s Guide.

Syntax

GLOBALVARIABLE (variableName)

where variableName is the text string that contains the name of the requested Global variable.

Returns

A text string that contains the value of the fetched global variable.

Example

This example returns “ORACLE” if “DBNAME” is a GlobalVariable set with value “ORACLE”

GLOBALVARIABLE (“DBNAME”);