Skip to main content

Tenant Variables

v3.16.0+

In this section, you can find all the tenant variables that exist in your environment. A tenant variable is a variable similar to a process or case instance variable, with the difference the variable is available to all users of the tenant. Typical use cases include changing endpoints (e.g. a third party service endpoint that differs between the development and production environment), storing tokens that are used in service models to avoid hardcoding them, etc.

The 'Name' and 'Tenant ID' fields can be used to narrow down the list of tenant variables.

Tenant Variables List

Open the Select an action menu to create a new variable

Create tenant var

Or select any variable from the list and select the open the action menu

Tenant Variables List

Update Tenant Variable

Select the Update action to update the variable. Tenant Variables List

Delete Tenant Variable

Select the Delete action to delete the variable. Tenant Variables List

Protected Variables

A protected tenant variable is:

  • The tenant variable value can only be read.
  • Retrieving the variable via REST will obfuscate the value.
  • Protected variable values are stored encrypted if (encryption is active)
  • Once enabled, the flag cannot be removed anymore.

Create Protected Tenant Variable Tenant Variables List