@camunda8/sdk
Preparing search index...
index
<internal>
IncidentDetails
Interface IncidentDetails
interface
IncidentDetails
{
creationTime
:
string
;
elementId
:
string
;
elementInstanceKey
:
string
;
errorMessage
:
string
;
errorType
:
|
"UNKNOWN"
|
"UNSPECIFIED"
|
"IO_MAPPING_ERROR"
|
"JOB_NO_RETRIES"
|
"CONDITION_ERROR"
|
"EXTRACT_VALUE_ERROR"
|
"CALLED_ELEMENT_ERROR"
|
"UNHANDLED_ERROR_EVENT"
|
"MESSAGE_SIZE_EXCEEDED"
|
"CALLED_DECISION_ERROR"
|
"DECISION_EVALUATION_ERROR"
|
"EXECUTION_LISTENER_NO_RETRIES"
|
"TASK_LISTENER_NO_RETRIES"
|
"FORM_NOT_FOUND"
|
"RESOURCE_NOT_FOUND"
;
incidentKey
:
string
;
jobKey
:
string
;
processDefinitionId
:
string
;
processDefinitionKey
:
string
;
processInstanceKey
:
string
;
state
:
"ACTIVE"
|
"RESOLVED"
|
"MIGRATED"
|
"PENDING"
;
tenantId
:
string
;
}
Index
Properties
creation
Time
element
Id
element
Instance
Key
error
Message
error
Type
incident
Key
job
Key
process
Definition
Id
process
Definition
Key
process
Instance
Key
state
tenant
Id
Properties
creation
Time
creationTime
:
string
element
Id
elementId
:
string
element
Instance
Key
elementInstanceKey
:
string
error
Message
errorMessage
:
string
error
Type
errorType
:
|
"UNKNOWN"
|
"UNSPECIFIED"
|
"IO_MAPPING_ERROR"
|
"JOB_NO_RETRIES"
|
"CONDITION_ERROR"
|
"EXTRACT_VALUE_ERROR"
|
"CALLED_ELEMENT_ERROR"
|
"UNHANDLED_ERROR_EVENT"
|
"MESSAGE_SIZE_EXCEEDED"
|
"CALLED_DECISION_ERROR"
|
"DECISION_EVALUATION_ERROR"
|
"EXECUTION_LISTENER_NO_RETRIES"
|
"TASK_LISTENER_NO_RETRIES"
|
"FORM_NOT_FOUND"
|
"RESOURCE_NOT_FOUND"
incident
Key
incidentKey
:
string
job
Key
jobKey
:
string
process
Definition
Id
processDefinitionId
:
string
process
Definition
Key
processDefinitionKey
:
string
process
Instance
Key
processInstanceKey
:
string
state
state
:
"ACTIVE"
|
"RESOLVED"
|
"MIGRATED"
|
"PENDING"
tenant
Id
tenantId
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
creation
Time
element
Id
element
Instance
Key
error
Message
error
Type
incident
Key
job
Key
process
Definition
Id
process
Definition
Key
process
Instance
Key
state
tenant
Id
@camunda8/sdk
Loading...