Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.19 KB

TaskQueryRepresentation.md

File metadata and controls

42 lines (33 loc) · 1.19 KB

TaskQueryRepresentation

Properties

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]

Enum: SortEnum

Name Value
CREATED_DESC "created-desc"
CREATED_ASC "created-asc"
DUE_DESC "due-desc"
DUE_ASC "due-asc"

Enum: StateEnum

Name Value
ACTIVE "active"
COMPLETED "completed"
ALL "all"