Skip to main content

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

NameDescription
ManagerUserIdGets or sets the identifier of the user who manages this department.
IdGets or sets the unique identifier of the department.
DescriptionGets or sets the descriptive name of the department.
TypeGets or sets the type or category of the department.
StatusGets or sets the operational status of the department.
ImportStatusGets or sets the status of the department's import process.
ManagerDepartmentGets or sets the identifier of the department that manages this department.
CodeGets or sets the department code.