alfresco-ng2-components/docs/core/models/user-process.model.md
2020-08-10 18:06:51 +01:00

25 lines
793 B
Markdown

---
Title: User Process model
Added: v2.0.0
Status: Active
---
# [User Process model](../../../lib/core/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)