@camunda8/orchestration-cluster-api
Preparing search index...
index
SearchUserTasksResponses
Type Alias SearchUserTasksResponses
type
SearchUserTasksResponses
=
{
"200"
:
SearchQueryResponse
&
{
items
?:
{
assignee
?:
string
;
candidateGroups
?:
string
[]
;
candidateUsers
?:
string
[]
;
completionDate
?:
string
;
creationDate
?:
string
;
customHeaders
?:
{
[
key
:
string
]:
string
}
;
dueDate
?:
string
;
elementId
?:
ElementId
;
elementInstanceKey
?:
ElementInstanceKey
;
externalFormReference
?:
string
;
followUpDate
?:
string
;
formKey
?:
FormKey
;
name
?:
string
;
priority
?:
number
;
processDefinitionId
?:
ProcessDefinitionId
;
processDefinitionKey
?:
ProcessDefinitionKey
;
processDefinitionVersion
?:
number
;
processInstanceKey
?:
ProcessInstanceKey
;
processName
?:
string
;
state
?:
UserTaskStateEnum
;
tags
?:
TagSet
;
tenantId
?:
TenantId
;
userTaskKey
?:
UserTaskKey
;
}
[]
;
}
;
}
Index
Properties
200
Properties
200
"200"
:
SearchQueryResponse
&
{
items
?:
{
assignee
?:
string
;
candidateGroups
?:
string
[]
;
candidateUsers
?:
string
[]
;
completionDate
?:
string
;
creationDate
?:
string
;
customHeaders
?:
{
[
key
:
string
]:
string
}
;
dueDate
?:
string
;
elementId
?:
ElementId
;
elementInstanceKey
?:
ElementInstanceKey
;
externalFormReference
?:
string
;
followUpDate
?:
string
;
formKey
?:
FormKey
;
name
?:
string
;
priority
?:
number
;
processDefinitionId
?:
ProcessDefinitionId
;
processDefinitionKey
?:
ProcessDefinitionKey
;
processDefinitionVersion
?:
number
;
processInstanceKey
?:
ProcessInstanceKey
;
processName
?:
string
;
state
?:
UserTaskStateEnum
;
tags
?:
TagSet
;
tenantId
?:
TenantId
;
userTaskKey
?:
UserTaskKey
;
}
[]
;
}
User task search query response.
Type Declaration
Optional
items
?:
{
assignee
?:
string
;
candidateGroups
?:
string
[]
;
candidateUsers
?:
string
[]
;
completionDate
?:
string
;
creationDate
?:
string
;
customHeaders
?:
{
[
key
:
string
]:
string
}
;
dueDate
?:
string
;
elementId
?:
ElementId
;
elementInstanceKey
?:
ElementInstanceKey
;
externalFormReference
?:
string
;
followUpDate
?:
string
;
formKey
?:
FormKey
;
name
?:
string
;
priority
?:
number
;
processDefinitionId
?:
ProcessDefinitionId
;
processDefinitionKey
?:
ProcessDefinitionKey
;
processDefinitionVersion
?:
number
;
processInstanceKey
?:
ProcessInstanceKey
;
processName
?:
string
;
state
?:
UserTaskStateEnum
;
tags
?:
TagSet
;
tenantId
?:
TenantId
;
userTaskKey
?:
UserTaskKey
;
}
[]
The matching user tasks.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
200
@camunda8/orchestration-cluster-api
Loading...
User task search query response.