| Name | Type | Description | Notes |
|---|---|---|---|
| taskId | String | ||
| instanceId | String | ||
| groupId | String | [optional] | |
| userId | String | [optional] | |
| status | StatusEnum | ||
| priority | PriorityEnum | ||
| delegateDate | DateTime | [optional] | |
| startDate | DateTime | [optional] | |
| finishDate | DateTime | [optional] | |
| taskDueDate | DateTime | [optional] | |
| riskDate | DateTime | [optional] | |
| duration | Integer | [optional] | |
| instanceOverduePercentage | Double | [optional] | |
| data | String | [optional] | |
| content | String | [optional] | |
| createdAt | DateTime | [optional] | |
| updatedAt | DateTime | [optional] |
| Name | Value |
|---|---|
| INITIAL | "INITIAL" |
| DELEGATED | "DELEGATED" |
| STARTED | "STARTED" |
| CANCELLED | "CANCELLED" |
| FINISHED | "FINISHED" |
| COMPLETE | "COMPLETE" |
| PAUSED | "PAUSED" |
| Name | Value |
|---|---|
| _1 | "1" |
| _2 | "2" |
| _3 | "3" |
| _4 | "4" |
| _5 | "5" |