How to get detail information about failed process

Hello everyone,

In our project we need to get data about failed process.
But I find the ACT_HI_DETAIL table only store success process info.
How can I configure it so that the data of failed process instances is also stored in the ACT_HI_DETAIL table?"

Thanks in advance,
SaiSai

Hello my friend!
Welcome to the community!

In Camunda you have a table called ACT_HI_INCIDENT that contains various data related to incidents generated in your processes.

I believe this is what you are looking for.
I hope I have helped.

William Robert Alves