Assign workflow task to multi users

1
  Hi all, I’m getting user requirement for workflow task, As picture Role1 commit task to Node B (Role2) with condition if document list  > 1  then workflow must assign task to multi users for Role2 by document list 1user/document after all user are task done ,  Task is going to Node C (Role3) Can the mendix WF support this requirement ?  
asked
1 answers
3

Hi Somboon,

Yes Mendix WF does support multiple assignees, you can use the option to assign your task by a microflow inside the User Task and to assign to one user or multiple depends on your condition.

here is Mendix Documentation to help you with that: https://docs.mendix.com/refguide/user-task

 

answered