You can establish connection from your process with a relational database. To enable the connection, you must first register the data source for your tenant in the Identity Management app in SkyVault Process Services.
To configure the data source:
- In the Identity Management app, click Tenants > Data sources.
- Click + (plus icon) and configure the following settings (see the activiti-app.properties
file for more details):
-
Name – Name of your data source. For example, modeler.
-
JDBC url – The JDBC URL used to connect to the database. For example:
jdbc:mysql://127.0.0.1:3306/modeler?characterEncoding=UTF-8 - Driver class – The JDBC driver used to connect to the database. For example: com.mysql.jdbc.Driver - Username & Password – The username and password of the account used to connect to the database. . Click Save.
-