Maximum number of users assigned to a task

I have a situation where we are assigning individual named users to a task from a database by role but the task isn't visible.  When I look at the process instance, there is no error showing with the task itself except there are no assigned users showing in the assignment tab.  Is there a limit to the number of individual users that can be assigned a task? The users are part of groups in Appian but the task is assigned to individual users instead of the group. 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Appian Employee
    in reply to Chris

    For what it's worth I just tried with 500 users and it worked with no issues. My guess is that the issue is that your expression that generates the list of users is failing in some way - maybe you're getting back some information from the database that doesn't contain a user? If you save the list of users you plan to use into a process variable before you get to the node, what data do you see for that variable when you monitor the process?

Children