Failed cases in Bonita Portal

Hello,

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

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.

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.

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.