Skip to content

Object

This section describes the main objects used in workflow processing.

User

An object that indicates a user. It is also used outside of workflow.

PropertyTypeDescription
userIdstringGUID to uniquely identify a user
emailstringEmail used for sign-in
userNamestringUser name used for sign-in
firstNamestringFirst Name
lastNamestringLast Name

Case

An object indicating the case. It corresponds to one record in the $case table.

PropertyTypeDescription
caseIdnumberA number that uniquely identifies a case
statusIdstringStatus ID
ownerIdstringUser ID of the person in charge (GUID)