Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Adding Additional Assignee

Avatar

Level 1

Hello, Good da WF community. How can I assign an additional user to a task in Workfront Fusion without removing the original assignee?

4 Replies

Avatar

Level 4

Hi @WFCEB - 

 

The easiest way is to click into the Assignments box, from there you should be able to add additional names in the same process you added the first. 

 

user.png

Avatar

Level 1

Hi @MorganHatcher  appreciate your response, but I was referring to Fusion module specifically on the Misc Module on how to assign user by not removing the overriding the assigned users. 

Avatar

Level 4

Sorry about that, missed the word Fusion! 

Avatar

Level 7

To understand this, objects have topmost references like assignedToID and collections like Assignments (all assignments including assignedToID). This is the same with categories, categoryID (topmost) vs objectCategories (All categories). This is why assigning someone to assignedToID will remove the previous assignment.

https://developer.adobe.com/workfront/api-explorer/

Lawson02_1-1758241266293.png


You can use the API to modify these or the MISC modules, I usually go with MISC because it is easier. The topmost ID in the array is the primary assignment, use a read module to read the task's primary assignee and add the new one below it. Leave roleIDs blank and it will auto add the roles to the task.

Lawson02_0-1758241138623.png