How do I identify a process instance is failed?

Hello Experts,
I recently started evaluated Camunda and exploring various functionalities.

How do I identify the triggered process instance is successful or failed? I am mainly looking for an attribute/property which tells that particular process instance is Success/Failed and if failed for which activity and what reason?

This will help to identify all the failed process instances and also go in detail about the error.

your support is appreciated.

Regards
SK

When you say “failed” do you mean that some kind of technical error has occured in the process.
If so an incident would be created and view-able in cockpit.

Hi @Senthilkumar_Palsamy,

there is a column State in table ACT_HI_PROCINST, and corresponding field in HistoricProcessInstanceEntity.

Does that help you?
Askar

1 Like