Failed cases in Bonita Portal

1
0
-1

Hello,

In the bonita database, which table can I find failed activities?

1 answer

1
0
-1

Hello - Bonita provides Engine API to access information to avoid checking DB directly. In your case, you could use the search method of the ProcessAPI for example.

Comments

Submitted by Michele.DuBose on Wed, 10/24/2018 - 16:36

Thank you pierrick.voulet. I appreciate your response and will look into utilizing the Engine API. For the knowledge of my DBA, I would like to know if looking this up in the DB directly is possible.

Submitted by pierrick.voulet on Wed, 10/24/2018 - 16:50

Whatever is done with API could theoretically be done querying DB directly (Bonita is a stateless platform). API are here to ensure stability at runtime and migration: the DB schema could be changed without notice in a future release, API does not.

Notifications