Department
Represents a department entity in the workflow service model.
The Department class defines the structure for department information used in workflow operations. It includes properties for identifying the department, its organizational structure, management information, and operational status. This class is used to manage and track department-related data within the workflow system.
Properties
Name | Description |
---|---|
ManagerUserId | Gets or sets the identifier of the user who manages this department. |
Id | Gets or sets the unique identifier of the department. |
Description | Gets or sets the descriptive name of the department. |
Type | Gets or sets the type or category of the department. |
Status | Gets or sets the operational status of the department. |
ImportStatus | Gets or sets the status of the department's import process. |
ManagerDepartment | Gets or sets the identifier of the department that manages this department. |
Code | Gets or sets the department code. |