Process report of process with status "paused by exception" or "Active with task cancelled by exception"

I want to design a report of process instances of a particular process model which are paused by exception or cancelled by exception. Through the process report i am able to design it using filter status field but its not giving report of all instances with problem. for example there is process instance which is having problem with process node with error like "Problem with task" but still status of that process instance is active. now there is few cases like this scenario which is not coming in process report because its status is coming as active even though having issue with process node.

let me know if any one have come such kind of scenario.

OriginalPostID-268833

  Discussion posts and replies are publicly visible

Parents
  • Yes certainly there are built-in reports for processes that you can utilize.
    I can think of one alternative for your ask. As you mentioned, you wanted to know problematic process instances which are still showing as active. You can build a report of all the active process instances & set a filter for "num_problem_tasks()". This is in-built function which gives - "Number of problematic tasks in this process. Problematic tasks are canceled by exception."

    Please refer this link for more information - docs.appian.com/.../Process_and_Report_Data.html

    Let us know if that works for you.
Reply
  • Yes certainly there are built-in reports for processes that you can utilize.
    I can think of one alternative for your ask. As you mentioned, you wanted to know problematic process instances which are still showing as active. You can build a report of all the active process instances & set a filter for "num_problem_tasks()". This is in-built function which gives - "Number of problematic tasks in this process. Problematic tasks are canceled by exception."

    Please refer this link for more information - docs.appian.com/.../Process_and_Report_Data.html

    Let us know if that works for you.
Children
No Data