| Name | Type | Description | Notes |
|---|---|---|---|
| assignedToGroup | String | Assigned to group | [optional] |
| assignedToGroupId | Integer | Assigned to group ID | [optional] |
| assignedToUser | String | Assigned to user | [optional] |
| assignedToUserId | Integer | Assigned to user ID | [optional] |
| assignedToUserOrGroup | String | Assigned to user or group (used for sorting) | [optional] |
| attachments | List<WorkflowAttachment> | Attachments to the Workflow Task | [optional] |
| createdBy | WorkflowUser | [optional] | |
| createdDts | String | Date/time that the workflow task was created | [optional] |
| delayUntilDts | String | Date/time that the workflow task should delay until | [optional] |
| dependantWorkflowTaskUuid | String | Dependant Workflow Task UUID (must be completed before this task can be completed) | [optional] |
| dueDts | String | Date/time that the workflow task is due | [optional] |
| expirationDts | String | Date/time that the workflow task will expire and be closed. This is set by system generated tasks. | [optional] |
| globalTaskNumber | Integer | Global task number | [optional] |
| histories | List<WorkflowTaskHistory> | Array of history records for the task | [optional] |
| lastUpdateDts | String | Date/time that the workflow task was last updated | [optional] |
| merchantId | String | Merchant ID | [optional] |
| notes | List<WorkflowNote> | Notes on the Workflow Task | [optional] |
| objectEmail | String | Object is associated with customer email | [optional] |
| objectId | String | Object ID | [optional] |
| objectTaskNumber | Integer | Object specific task number | [optional] |
| objectType | ObjectTypeEnum | Object Type | [optional] |
| objectUrl | String | Object URL | [optional] |
| priority | PriorityEnum | Priority | [optional] |
| properties | List<Property> | Properties | [optional] |
| relatedWorkflowTaskUuid | String | Related Workflow Task UUID | [optional] |
| status | StatusEnum | Status of the workflow task | [optional] |
| systemTaskType | SystemTaskTypeEnum | Constant for the type of system generated task | [optional] |
| tags | List<String> | Tags | [optional] |
| taskContext | String | User friendly string of the task context | [optional] |
| taskDetails | String | Task Details | [optional] |
| taskName | String | Task Name | [optional] |
| workflowTaskUuid | String | Workflow Task UUID | [optional] |
| Name | Value |
|---|---|
| ORDER | "order" |
| AUTO_ORDER | "auto order" |
| ITEM | "item" |
| CUSTOMER_PROFILE | "customer profile" |
| STOREFRONT | "storefront" |
| Name | Value |
|---|---|
| _1_LOW | "1 - low" |
| _2_MEDIUM | "2 - medium" |
| _3_HIGH | "3 - high" |
| _4_CRITICAL | "4 - critical" |
| Name | Value |
|---|---|
| OPEN | "open" |
| CLOSED | "closed" |
| DELAYED | "delayed" |
| AWAITING_CUSTOMER_FEEDBACK | "awaiting customer feedback" |
| CLOSED_SYSTEM | "closed - system" |
| CLOSED_CUSTOMER | "closed - customer" |
| CLOSED_EXPIRATION | "closed - expiration" |
| Name | Value |
|---|---|
| ORDER_ACCOUNTS_RECEIVABLE | "order_accounts_receivable" |
| ORDER_FRAUD_REVIEW | "order_fraud_review" |
| AUTO_ORDER_CARD_UPDATE_ISSUE | "auto_order_card_update_issue" |
| AUTO_ORDER_CANCELED_PAYMENT | "auto_order_canceled_payment" |
| ITEM_LOW_STOCK | "item_low_stock" |
| ITEM_OUT_OF_STOCK | "item_out_of_stock" |