Package org.camunda.bpm.engine.impl.incident
-
Interface Summary Interface Description IncidentHandler 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. -
Class Summary Class Description CompositeIncidentHandler A composite incident handler that handles incidents of a certain type by the multiple handlers.DefaultIncidentHandler An incident handler that logs incidents of a certain type as instances ofIncident
to the engine database.IncidentContext The context of anIncident
.IncidentHandling IncidentLogger