Skip to content

Data Stores

This section facilitates the registration of shared data stores intended for use across multiple domains (tenants). These shared data stores can be accessed in various database operations by specifying the dataStore parameter.

To be recognized as a shared data store, the name of the store must be prefixed with PS_.

In addition to registering a new data store, this interface provides a process definition field. This field is used to define the database structure, including necessary schemas and tables, for the shared store. To apply or update this structure, paste the complete process definition XML content into this field. This action will deploy the defined database structure to the specified data store.