Display Global Variables
You can display one global variable or a list of all global variables and their values that are currently defined on iProcess Engine.
You can set a filter for variable names so that you can display all global variables or a single global variable of a certain name by using the following command:
swadm SHOW_GLOBAL_VARIABLES [<variable_name>]
Note:
- <variable_name> is the name of the global variable that you want to restrict the search by and it is optional.
- If you do not provide a variable name, all the global variables are displayed.
- If you provide a variable name, only that specific global variable is displayed.
For example:
swadm SHOW_GLOBAL_VARIABLES DBNAME
| Global Variable | Value |
|---|---|
| DBNAME | Oracle |