This Data Type, that is provided by the Workflow API, represents the definition of an organizational unit.
| Property |
Type |
Access |
Description |
| Name |
Character |
Read |
Name |
| Description |
Character |
Read |
Description |
| Propagable |
Boolean |
Read |
Organizational Unit Type |
| Error |
WorkflowError |
Read |
Error |
This method allows adding organizational units.
AddOrganizationalUnit(name, description) : OrganizationalUnit
| Name |
Type |
Movement |
Description |
| Name |
Character |
Input |
Name |
| Description |
Character |
Input |
Description |
- GetOrganizationalUnitByName
This method returns an organizational unit by name.
GetOrganizationalUnitByName(Character name): OrganizationalUnit
| Name |
Type |
Movement |
Description |
| Name |
Character |
Input |
Name |
Workflow Error Codes