What is the best way to have a task escalation trigger a email? Our

What is the best way to have a task escalation trigger a email?

Our users don't really use alerts in Appian and in many cases have alert preferences set to turn off some emails. Our thought is to use a message node to call a sub process that we then pass some parameters into, but I thought there should be a easier way to do this. Any ideas. ...

OriginalPostID-28822

OriginalPostID-28822

  Discussion posts and replies are publicly visible

Parents
  • I think your suggestion to use a ‘send message event’ to trigger a process that sends out the e-mail is the best approach to address your use case. Moreover, you can re-use the process model created to send the e-mail across different process models in your application.

    If you want to keep everything in the same process model, you could use a intermediate timer event to trigger an exception flow to send the e-mail and then have the flow back into the task to issue a new task instance. Depending on how many escalations you need, this approach could clutter your process models though.
Reply
  • I think your suggestion to use a ‘send message event’ to trigger a process that sends out the e-mail is the best approach to address your use case. Moreover, you can re-use the process model created to send the e-mail across different process models in your application.

    If you want to keep everything in the same process model, you could use a intermediate timer event to trigger an exception flow to send the e-mail and then have the flow back into the task to issue a new task instance. Depending on how many escalations you need, this approach could clutter your process models though.
Children
No Data