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
StatusGets or sets the operational status of the department.
IdGets or sets the unique identifier of the department.
ManagerUserIdGets or sets the identifier of the user who manages this department.
TypeGets or sets the type or category of the department.
CodeGets or sets the department code.
DescriptionGets or sets the descriptive name of the department.
ManagerDepartmentGets or sets the identifier of the department that manages this department.
ImportStatusGets or sets the status of the department's import process.