Task Assignment when user is added

Hi community,

In our application there is a need of creating 800+ groups. To avoid that we started maintaining group information in table. In our database table we have user id, group id and the branch name. Based on the branch and group id we are retrieving the list of users and assigning tasks to them. The issue is when a task is assigned for users of branch1 and group 1 and then later when I add new member in the table, the new member is not one of the assignees of the task. The client is not okay with creating 800+ groups. Anyone have solution for this?

  Discussion posts and replies are publicly visible

Parents Reply
  • I have 800 branches so instead creating 800 groups I'm maintaining user list in database table. When I query for branch  A for example then my query will return list of usernames. In my process model I have this list of usernames in a process variable. In assignment tab of user-input node I added the process variable as Assignment. And the task is now assigned to list of users. When I add a new member in the database table. Its not assigned to the new member as its not appian group.

Children