| Name | Type | Description | Notes |
|---|---|---|---|
| appDefinitionId | Long | [optional] | |
| assignment | String | [optional] | |
| dueAfter | OffsetDateTime | [optional] | |
| dueBefore | OffsetDateTime | [optional] | |
| includeProcessInstance | Boolean | [optional] | |
| page | Integer | [optional] | |
| processDefinitionId | String | [optional] | |
| processInstanceId | String | [optional] | |
| size | Integer | [optional] | |
| sort | SortEnum | [optional] | |
| start | Integer | [optional] | |
| state | StateEnum | [optional] | |
| taskId | String | [optional] | |
| text | String | [optional] |
| Name | Value |
|---|---|
| CREATED_DESC | "created-desc" |
| CREATED_ASC | "created-asc" |
| DUE_DESC | "due-desc" |
| DUE_ASC | "due-asc" |
| Name | Value |
|---|---|
| ACTIVE | "active" |
| COMPLETED | "completed" |
| ALL | "all" |