| Name | Type | Description | Notes |
|---|---|---|---|
| appDefinitionId | Long | [optional] | |
| page | Integer | [optional] | |
| processDefinitionId | String | [optional] | |
| processInstanceId | String | [optional] | |
| size | Integer | [optional] | |
| sort | SortEnum | [optional] | |
| start | Integer | [optional] | |
| state | StateEnum | [optional] |
| Name | Value |
|---|---|
| CREATED_DESC | "created-desc" |
| CREATED_ASC | "created-asc" |
| ENDED_DESC | "ended-desc" |
| ENDED_ASC | "ended-asc" |
| Name | Value |
|---|---|
| RUNNING | "running" |
| COMPLETED | "completed" |
| ALL | "all" |