Issue with task assignment

Hi All,

We have exposed a process as a web API and are using a user outside of SAML group to make this API call (for example "systemUser"). The assignee for a user input task in the Process comes from the Payload of the API that we expose. By using getgroupbyname function we perform the assignment by passing the assignee as a string to this function thereby converting the string to a group and assigning the task to that group. The issue is that this task gets assigned to the group and the systemUser. How do we get rid to the systemUser from task assignment?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Hi arjunm922,
    You will get this case, when we have the activity chaining enabled from start node to the task. In addition to this, you will have the assignment like [Group ; systemUser ] if the systemUser is not part of the Group.
    If systemUser is part of the Group and activity chaining is enabled, you will only have the Group in the task assignment.
Reply
  • 0
    Certified Lead Developer
    Hi arjunm922,
    You will get this case, when we have the activity chaining enabled from start node to the task. In addition to this, you will have the assignment like [Group ; systemUser ] if the systemUser is not part of the Group.
    If systemUser is part of the Group and activity chaining is enabled, you will only have the Group in the task assignment.
Children
No Data