Notification Digest

Certified Senior Developer

E-mail notifications are quickly driving everyone in our team crazy. While I can think of some workarounds, before I go about implementing that, I was wondering if there was any built in functionality to configure a sort of end of the day digest e-mail for any of the following:

- user input task notifications

- error messages

- emails from the send email smart service

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Why do you have so many emails? This seems like a stupid question, but if you have non-zero error messages, you should solve the root causes. And task assignment emails are important for the people to know about waiting tasks.

  • 0
    Certified Senior Developer
    in reply to Stefan Helzle

    The error messages are during development. Every time someone tests something, if they didn't get it perfect, all the other developers get an e-mail. While yes, we can change the assignment of who gets those error alerts to the initiator or something during testing, it's an extra thing to think of that we'll need to remember to change again before we push to production. It's something that is really easy to forget about. 

    I REALLY wish that error emails were automatically disabled when testing a process model. The person testing can see on the screen that they screwed up. No need to send out an e-mail to the world letting everyone else know it. 

    As for task assignment e-mails, people in that task's group could be potentially getting many task notifications a day. They don't need to be getting a spam of e-mails that quickly become irritating. They can also see what tasks they have to deal with when they log into the app, so e-mail notifications are more of a backup than the main way of someone knowing they have something to do.  A list of tasks at the end/beginning of the day that they need to attend to is sufficient. If the user could decide which type of notification they get out of Appian (single, digest or none) that would be even better. 

  • 0
    Certified Lead Developer
    in reply to Marco

    Any process model MUST have its alert settings adjusted. Make that check part of your QA.

    Task assignment alerts can be disabled. in the UIT properties.

  • 0
    Certified Senior Developer
    in reply to Marco

    Hi Marco, it's very useful to get error messages as notification. The problem is you are not able to manage properly. As part of best practices we configure custom error alert for process models. Now it's up to you whom you want to send these emails. It can be a company's dl (distribution list) or can be a adminstrator group. For UIT you can disable the notifications though as Stefan mentioned. And you can handle these notifications in your email inbox as well by creating a rule. I hope it helps.

Reply
  • 0
    Certified Senior Developer
    in reply to Marco

    Hi Marco, it's very useful to get error messages as notification. The problem is you are not able to manage properly. As part of best practices we configure custom error alert for process models. Now it's up to you whom you want to send these emails. It can be a company's dl (distribution list) or can be a adminstrator group. For UIT you can disable the notifications though as Stefan mentioned. And you can handle these notifications in your email inbox as well by creating a rule. I hope it helps.

Children
  • 0
    Certified Senior Developer
    in reply to GopalK

    Error e-mails are useful when the system is in prod and users who don't know what they are doing are breaking things, but when we're developing, we know our errors are happening without an e-mail notification because we're actively in the system breaking things. We see the red screen in front of us when we run our processes. The e-mail doesn't tell us anything we don't already know and is just annoying at that point.