Skip to main content

1 reply

18-Opal
December 1, 2022

@joe_morton , this can be done using a listener. There is a listener that can be used to detect a workflow state change and that’s the one you need to use to detect if a process is stalled.

If the process is stalled you can run code to do whatever. In this case whatever is send email notification to whoever you decide needs to be notified.

 

There may be a more OOTB way to do this but using a listener gives a lot of flexibility to get very specific with behavior.

16-Pearl
December 7, 2022

Have you looked at this @joe_morton ? I have not but maybe it does something useful in this case?

 

notification.jpg

joe_morton
18-Opal
18-Opal
December 7, 2022

Hi @rhart,

I appreciate the response! I checked briefly, it doesn't look like the event I'm interested in would appear there.