mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
25 lines
801 B
Markdown
25 lines
801 B
Markdown
---
|
|
Title: User Process model
|
|
Added: v2.0.0
|
|
Status: Active
|
|
---
|
|
|
|
# [User Process model](../../../lib/core/src/lib/models/user-process.model.ts "Defined in user-process.model.ts")
|
|
|
|
Represents a Process Services user.
|
|
|
|
## Details
|
|
|
|
This class contains basic information about a Process Services user and
|
|
is used throughout ADF to identify and list users (eg, to assign them to
|
|
a task or to list them in search results).
|
|
|
|
Note that the Typescript class for this model is in active development;
|
|
it is likely to change and so its properties are not listed here. For the
|
|
latest version of the class, see the
|
|
[source file](https://github.com/Alfresco/alfresco-ng2-components/blob/develop/lib/core/models/user-process.model.ts).
|
|
|
|
## See also
|
|
|
|
- [People process service](../services/people-process.service.md)
|