Uses of Class
org.camunda.bpm.engine.impl.bpmn.parser.CamundaErrorEventDefinition
Package
Description
-
Uses of CamundaErrorEventDefinition in org.camunda.bpm.engine.impl.bpmn.helper
Modifier and TypeFieldDescriptionstatic final PropertyListKey<CamundaErrorEventDefinition>
BpmnProperties.CAMUNDA_ERROR_EVENT_DEFINITION
-
Uses of CamundaErrorEventDefinition in org.camunda.bpm.engine.impl.bpmn.parser
Modifier and TypeMethodDescriptionBpmnParse.parseCamundaErrorEventDefinitions
(ActivityImpl activity, Element scopeElement) -
Uses of CamundaErrorEventDefinition in org.camunda.bpm.engine.impl.externaltask
Modifier and TypeMethodDescriptionvoid
ExternalTaskLogger.errorEventDefinitionEvaluationException
(String taskId, CamundaErrorEventDefinition errorEventDefinition, Exception exception) Logs that the error event definition expression could not be evaluated and will be considered as false -
Uses of CamundaErrorEventDefinition in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionprotected boolean
ExternalTaskEntity.errorEventDefinitionMatches
(CamundaErrorEventDefinition camundaErrorEventDefinition, boolean continueOnException)