# TaskQueryRepresentation
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**appDefinitionId** | **number** | | [optional] [default to null]
**assignment** | **string** | | [optional] [default to null]
**dueAfter** | [**Date**](Date.md) | | [optional] [default to null]
**dueBefore** | [**Date**](Date.md) | | [optional] [default to null]
**includeProcessInstance** | **boolean** | | [optional] [default to null]
**page** | **number** | | [optional] [default to null]
**processDefinitionId** | **string** | | [optional] [default to null]
**processInstanceId** | **string** | | [optional] [default to null]
**size** | **number** | | [optional] [default to null]
**sort** | **string** | | [optional] [default to null]
**start** | **number** | | [optional] [default to null]
**state** | **string** | | [optional] [default to null]
**taskId** | **string** | | [optional] [default to null]
**text** | **string** | | [optional] [default to null]
## Enum: TaskQueryRepresentation.SortEnum
* `CreatedDesc` (value: `'created-desc'`)
* `CreatedAsc` (value: `'created-asc'`)
* `DueDesc` (value: `'due-desc'`)
* `DueAsc` (value: `'due-asc'`)
## Enum: TaskQueryRepresentation.StateEnum
* `Active` (value: `'active'`)
* `Completed` (value: `'completed'`)
* `All` (value: `'all'`)