bonita h2 data base

1
0
-1

How can I connect to default bonita database by jdbc ?

Comments

Submitted by pierrick.voulet on Fri, 01/18/2019 - 19:56

Hello - are you talking for a Studio or for a standalone server?

Submitted by eskiba_1381188 on Mon, 01/21/2019 - 12:11

Just bonita studio.

1 answer

1
0
-1

Hi,

Direct access to database (both Engine and BDM databases) is usually not recommended. This is because the data model is not guarantee to be stable (for Engine database) and because you might perform concurrent operation performed by a process that can lead to invalid data.

The recommendation is to use REST API that provide access to both Engine and BDM information. If you need to update BDM value this is usually done by defining an operation on a process task.

Maybe you can provide a little bit more information about your use case if you need to have guidance to the appropriate API.

Regards

Notifications