Skip to main content
sivasuryap0002
July 13, 2022
Question

processreport

  • July 13, 2022
  • 7 replies
  • 0 views

Hi All,

I want to create a process report which will return all the processes with status "Processes With Errors" but unfortunately that status is not given in the status field in the process report filters.
Is there any alternate way to achieve this.

Thanks in Advance,
SSP

7 replies

stefanhelzle0001
Brainy
July 13, 2022

Sure. Process status is a number 0-4. 4 means "Paused by Exception".

docs.appian.com/.../recipe-display-processes-by-process-model-with-status-icons.html

sivasuryap0002
July 13, 2022

Hi Stefan,
I want to make a report only to get the processes which were broken (in Monitoring tab we will be having a filter "Process With Errors").

csteward
July 13, 2022

I don't believe we have any filtering for "Processes with errors" available directly in process reports. 

We combine a few different reports to monitor for issues in the system:

- Report for processes with status Paused and Paused by Exception

Report for processes that are active but have no active tasks (applies to models which always should have tasks)

- Report for tasks that are assigned to no users

Etc