Package org.camunda.bpm.engine.impl.incident
package org.camunda.bpm.engine.impl.incident
-
ClassDescriptionA composite incident handler that handles incidents of a certain type by the multiple handlers.An incident handler that logs incidents of a certain type as instances of
Incident
to the engine database.The context of anIncident
.TheIncidentHandler
interface may be implemented by components that handle and resolve incidents of a specific type that occur during the execution of a process instance.