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