Skip to main content
June 17, 2026
Question

Process Model alert send to all admin even it set to specific user

  • June 17, 2026
  • 9 replies
  • 0 views

I have process model which run subprocess.
Both main and sub process already set alert to specific user.

However, when error occur on sub process, alert email was sent to all admin in environment (admin@xxx.appiancloud.com)

Are there any workaround for this issue?

-----

Following is main and sub process configuration.

Main Process

Sub Process

9 replies

harshas2775
June 17, 2026

Hope the process model is published. Check if the user is active. If the user configured in Alert setting is deactivated, all environment admins will be notified. As per best practice have a group of users configured in alert settings instead of a user. User's dont get promoted to higher environments, groups do! 

June 18, 2026

Hi, [mention:65b14048184a4eb5aff3a76c87b97431:e9ed411860ed4f2ba0265705b8793d05] .

Based on your suggestion. I already verifed some of it

1. Hope the process model is published

-> Yes. I already published

2. Check if the user is active

If the user configured in Alert setting is deactivated, all environment admins will be notified.

-> Yes. Selected user is active


3. As per best practice have a group of users configured in alert settings instead of a user.

-> Even I try to set group that consist 2 user. Alert stil being sent to all administrator in Appian

4. User's dont get promoted to higher environments, groups do!

-> What do you mean by "get promoted to higher environments" ?

Do you mean "User may not available if I deploy to another environment? (such as from devlopment to testing environment)

harshas2775
July 16, 2026
What do you mean by "get promoted to higher environments" ?

Yes, users are not deployed from one environment to another. Every environment requires a new user account to be created for the user. Thats why users are added to groups after groups are deployed to higher environments and groups are used to secure the objects as well as should be configured for alert emails

shubhama926776
June 18, 2026

The alert falls back to all admins when the recipient can't be resolved  i.e. the user is inactive or the value isn't the exact login username( select them via the picker so the correct username is inserted.)

June 18, 2026

Hello, [mention:9861aef97eb2483a8b76175d9eda1e37:e9ed411860ed4f2ba0265705b8793d05] 

I tried to select user within application's group. And it still alert all administator within Appian environment.

July 15, 2026
  • Add an Exception Flow in the subprocess to catch errors and handle them gracefully.
  •   Add error handling logic so the subprocess does not fail unexpectedly.
  •   Send a custom email notification to the required users from the exception path.
July 16, 2026

Hi [mention:365caa4497dc49e9ab480adf71664b37:e9ed411860ed4f2ba0265705b8793d05] 

These are action for handling error to prevent system error being fired.

I'll try If I can't resolve my problem.

July 15, 2026

Hi [mention:13563a34fa9a442d9d41bf623e6cc57e:e9ed411860ed4f2ba0265705b8793d05] 

Can you reselect user and republish the process model and check. 

July 16, 2026

Hi [mention:365caa4497dc49e9ab480adf71664b37:e9ed411860ed4f2ba0265705b8793d05] 

Thank you. 

I tried that. Doesn't resolve.