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.
Property | Type | Description |
---|---|---|
userId | string | GUID to uniquely identify a user |
string | Email used for sign-in | |
userName | string | User name used for sign-in |
firstName | string | First Name |
lastName | string | Last Name |
Case
An object indicating the case. It corresponds to one record in the $case table.
Property | Type | Description |
---|---|---|
caseId | number | A number that uniquely identifies a case |
statusId | string | Status ID |
ownerId | string | User ID of the person in charge (GUID) |