Uses of Class
io.camunda.zeebe.engine.state.analyzers.CatchEventAnalyzer.CatchEventTuple
Packages that use CatchEventAnalyzer.CatchEventTuple
Package
Description
-
Uses of CatchEventAnalyzer.CatchEventTuple in io.camunda.zeebe.engine.processing.bpmn.behavior
Methods in io.camunda.zeebe.engine.processing.bpmn.behavior that return types with arguments of type CatchEventAnalyzer.CatchEventTupleModifier and TypeMethodDescriptionBpmnEventPublicationBehavior.findErrorCatchEvent(org.agrona.DirectBuffer errorCode, BpmnElementContext context) Finds the right catch event for the given error.BpmnEventPublicationBehavior.findEscalationCatchEvent(org.agrona.DirectBuffer escalationCode, BpmnElementContext context) Finds the right catch event for the given escalation.Methods in io.camunda.zeebe.engine.processing.bpmn.behavior with parameters of type CatchEventAnalyzer.CatchEventTupleModifier and TypeMethodDescriptionvoidBpmnEventPublicationBehavior.throwErrorEvent(CatchEventAnalyzer.CatchEventTuple catchEventTuple) Throws an error event to the given element instance/catch event pair.voidBpmnEventPublicationBehavior.throwErrorEvent(CatchEventAnalyzer.CatchEventTuple catchEventTuple, org.agrona.DirectBuffer variables) Throws an error event to the given element instance/catch event pair. -
Uses of CatchEventAnalyzer.CatchEventTuple in io.camunda.zeebe.engine.state.analyzers
Methods in io.camunda.zeebe.engine.state.analyzers that return types with arguments of type CatchEventAnalyzer.CatchEventTupleModifier and TypeMethodDescriptionCatchEventAnalyzer.findErrorCatchEvent(org.agrona.DirectBuffer errorCode, ElementInstance instance, Optional<org.agrona.DirectBuffer> jobErrorMessage) CatchEventAnalyzer.findEscalationCatchEvent(org.agrona.DirectBuffer escalationCode, ElementInstance instance)