Delete a Global Variable

You can delete a global variable from the iProcess Engine. Use the following command to delete a global variable:

swadm DELETE_GLOBAL_VARIABLE<variable_name>

where:

<variable_name> is the name of the global variable to be deleted.

For example:

swadm DELETE_GLOBAL_VARIABLE DBNAME

Global Variable DBNAME is deleted successfully.

swadm SHOW_GLOBAL_VARIABLES DBNAME

Global Variable Value