Skip to main content
February 19, 2025
Question

Is there a way i can get list of all failed process models

  • February 19, 2025
  • 10 replies
  • 0 views

My requirement is to know the process model status i.e. i wanted to know all the process models that are failed so that i can use them to trigger some api. As per current approach, process model either completed or failed with errors both are giving me status as 0. How can we create the difference. Please guide

10 replies

February 19, 2025

A process report may be what you're looking for here.  Try creating a process report configured to show Active processes with the number of active tasks less than or equal to zero.

February 19, 2025

We have used this approach but we are not getting list of all failed process models i.e. some of the failed process models are not showing using above mentioned approach.

davidj137213
February 19, 2025

IN that case, you can set a new branch with an script with timeout in your process.

If that script is executed, means that an error has ocurred, and youi just have to save it , for example in a database

davidj137213
February 19, 2025

Use a process report and queryProcessAnalytics as [mention:abe7c4dc1a704835a31a221efc203f54:e9ed411860ed4f2ba0265705b8793d05] suggests 

February 21, 2025

click on view all Process errors

davidj137213
February 21, 2025

But in that way the user won't be able to execute a web api if necessary

February 21, 2025

ok. thanks 

stefanhelzle0001
February 21, 2025