@camunda8/orchestration-cluster-api
Preparing search index...
index
ActivateJobsResponses
Type Alias ActivateJobsResponses
type
ActivateJobsResponses
=
{
"200"
:
{
jobs
:
{
customHeaders
:
{
[
key
:
string
]:
unknown
}
;
deadline
:
number
;
elementId
:
ElementId
;
elementInstanceKey
:
ElementInstanceKey
;
jobKey
:
JobKey
;
kind
:
JobKindEnum
;
listenerEventType
:
JobListenerEventTypeEnum
;
processDefinitionId
:
ProcessDefinitionId
;
processDefinitionKey
:
ProcessDefinitionKey
;
processDefinitionVersion
:
number
;
processInstanceKey
:
ProcessInstanceKey
;
retries
:
number
;
tags
?:
TagSet
;
tenantId
:
TenantId
;
type
:
string
;
userTask
?:
{
action
?:
string
;
assignee
?:
string
|
null
;
candidateGroups
?:
string
[]
;
candidateUsers
?:
string
[]
;
changedAttributes
?:
string
[]
;
dueDate
?:
string
|
null
;
followUpDate
?:
string
|
null
;
formKey
?:
FormKey
;
priority
?:
number
|
null
;
userTaskKey
?:
UserTaskKey
|
null
;
}
;
variables
:
{
[
key
:
string
]:
unknown
}
;
worker
:
string
;
}
[]
;
}
;
}
Index
Properties
200
Properties
200
"200"
:
{
jobs
:
{
customHeaders
:
{
[
key
:
string
]:
unknown
}
;
deadline
:
number
;
elementId
:
ElementId
;
elementInstanceKey
:
ElementInstanceKey
;
jobKey
:
JobKey
;
kind
:
JobKindEnum
;
listenerEventType
:
JobListenerEventTypeEnum
;
processDefinitionId
:
ProcessDefinitionId
;
processDefinitionKey
:
ProcessDefinitionKey
;
processDefinitionVersion
:
number
;
processInstanceKey
:
ProcessInstanceKey
;
retries
:
number
;
tags
?:
TagSet
;
tenantId
:
TenantId
;
type
:
string
;
userTask
?:
{
action
?:
string
;
assignee
?:
string
|
null
;
candidateGroups
?:
string
[]
;
candidateUsers
?:
string
[]
;
changedAttributes
?:
string
[]
;
dueDate
?:
string
|
null
;
followUpDate
?:
string
|
null
;
formKey
?:
FormKey
;
priority
?:
number
|
null
;
userTaskKey
?:
UserTaskKey
|
null
;
}
;
variables
:
{
[
key
:
string
]:
unknown
}
;
worker
:
string
;
}
[]
;
}
The list of activated jobs
Type Declaration
jobs
:
{
customHeaders
:
{
[
key
:
string
]:
unknown
}
;
deadline
:
number
;
elementId
:
ElementId
;
elementInstanceKey
:
ElementInstanceKey
;
jobKey
:
JobKey
;
kind
:
JobKindEnum
;
listenerEventType
:
JobListenerEventTypeEnum
;
processDefinitionId
:
ProcessDefinitionId
;
processDefinitionKey
:
ProcessDefinitionKey
;
processDefinitionVersion
:
number
;
processInstanceKey
:
ProcessInstanceKey
;
retries
:
number
;
tags
?:
TagSet
;
tenantId
:
TenantId
;
type
:
string
;
userTask
?:
{
action
?:
string
;
assignee
?:
string
|
null
;
candidateGroups
?:
string
[]
;
candidateUsers
?:
string
[]
;
changedAttributes
?:
string
[]
;
dueDate
?:
string
|
null
;
followUpDate
?:
string
|
null
;
formKey
?:
FormKey
;
priority
?:
number
|
null
;
userTaskKey
?:
UserTaskKey
|
null
;
}
;
variables
:
{
[
key
:
string
]:
unknown
}
;
worker
:
string
;
}
[]
The activated jobs.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
200
@camunda8/orchestration-cluster-api
Loading...
The list of activated jobs