# ProcessInstanceQueryRepresentation
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**appDefinitionId** | **number** | | [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]
## Enum: ProcessInstanceQueryRepresentation.SortEnum
* `CreatedDesc` (value: `'created-desc'`)
* `CreatedAsc` (value: `'created-asc'`)
* `EndedDesc` (value: `'ended-desc'`)
* `EndedAsc` (value: `'ended-asc'`)
## Enum: ProcessInstanceQueryRepresentation.StateEnum
* `Running` (value: `'running'`)
* `Completed` (value: `'completed'`)
* `All` (value: `'all'`)