Tenant Variables
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.
Open the Select an action
menu to create
a new variable
Or select any variable from the list and select the open the action menu
Update Tenant Variable
Select the Update
action to update the variable.
Delete Tenant Variable
Select the Delete
action to delete the variable.
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.