Skip to main content

KI-147

Created date10/28/2025Updated date10/28/2025
StatusBacklogRelated work itemPLTFM-3583
DescriptionWhen multiple users on a document are assigned one or more tasks at the same time, all of the users who are assigned a task will receive all of the task assignment Salesforce notifications. For example, if a workflow is started and only one task is assigned to one user, then only that user will get a notification for the task. This is expected and correct behavior. However, if a workflow has one task for two users, then both users will receive a notification for both of the task assignments. Likewise, if a workflow is started and creates three tasks for three different users, then all three users will get a notification for each of the three tasks. These behaviors are unexpected and incorrect because users are subsequently receiving notifications about task assignments that are not relevant to them. This issue only applies to the Salesforce notifications for internal users and does not happen for email notifications.
Affects version(s)V16Impacted capabilities
Steps to reproduce1. Log in as an admin. a. Create a document. b. Add two users to the document: User 1 and User 2. c. Start a workflow that has at least two tasks: Task 1 and Task 2. d. Assign Task 1 to User 1 and assign Task 2 to User 2. 2. Log in as User 1. a. Notice that this user received a notification for Task 1 with their name on it. This is expected and accurate behavior. b. Notice that this user also received a notification for Task 2 with User 2's name on it. The task assignment is correct, but the notification is unexpected. 3. Log in as User 2. a. Notice that the same issue that happened to User 1 occurred to this user as well.
WorkaroundThere is currently no workaround. However, you can turn notifications off for task assignments on the Document System Event Notification (mvn__CM_Document_System_Event_Notification__mdt) custom metadata type.
Fix versionResolution notes