Gets information about Process Services users.
Observable<BpmUserModel>Observable<BpmUserModel> - User information objectstringstring - URL stringUserProcessModel): stringUserProcessModel - The target userstring - Profile picture URLstring, groupId?: string): Observable<GroupModel[]>string - Filter to select specific groupsstring - (Optional) Group ID for the searchObservable<GroupModel[]> - Array of groupsstring, searchWord?: string, groupId?: string): Observable<UserProcessModel[]>string - (Optional) ID of the taskstring - (Optional) Filter text to search forstring - (Optional)Observable<UserProcessModel[]> - Array of user information objectsstring, idToInvolve: string): Observable<UserProcessModel[]>string - ID of the target taskstring - ID of the user to involveObservable<UserProcessModel[]> - Empty response when the update completesstring, idToRemove: string): Observable<UserProcessModel[]>string - ID of the target taskstring - ID of the user to removeObservable<UserProcessModel[]> - Empty response when the update completesUse getWorkflowUsers to find users across all tasks, optionally filtering by the searchWord
in the task name. The taskId parameter, if used, specifies a task to be excluded from the
results. You would typically use this feature to find new users to assign to a task, in which
case you would want to exclude users already assigned to that task.
The User Process model class used by the methods is seen throughout
ADF's Process Services features. Note that for involveUserWithTask and removeInvolvedUser,
null data is returned rather than usable details about users.
You can find more information about the REST API methods used by this service in the
Task Actions API
(for involveUserWithTask and removeInvolvedUser), the
User Workflow API
(for getWorkflowUsers) and the
User API(for getUserImage).
© 2023 Alfresco Software, Inc. All Rights Reserved.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.