Is there a way to generate an alert when a process has zero tasks for a set duration of time?

For our use case, when zero tasks are generated for a process, there's an underlying issue going on.  Currently, it isn't until our users notice they have 0 tasks and reach out to us that we are made aware.  

 

Is there a way for Appian to pick up on a process that has had zero tasks for a set duration and send an alert to administrators?

  Discussion posts and replies are publicly visible

Parents
  • ok, first you got several responses to handle real errors that should be handled by an OOTB alerts. If you are still looking for a solution, following should help:
    create a process report that lists number of active tasks. use a!queryAnalytics function to get number of active tasks (including from sub process models) by passing parent process model as context. run this as daily schedule job to send alert report to application support team.
Reply
  • ok, first you got several responses to handle real errors that should be handled by an OOTB alerts. If you are still looking for a solution, following should help:
    create a process report that lists number of active tasks. use a!queryAnalytics function to get number of active tasks (including from sub process models) by passing parent process model as context. run this as daily schedule job to send alert report to application support team.
Children
No Data