Class BpmnEventPublicationBehavior


  • public final class BpmnEventPublicationBehavior
    extends Object
    • Method Detail

      • throwErrorEvent

        public void throwErrorEvent​(CatchEventAnalyzer.CatchEventTuple catchEventTuple)
        Throws an error event to the given element instance/catch event pair. Only throws the event if the given element instance is exists and is accepting events, e.g. isn't terminating, wasn't interrupted, etc.
        Parameters:
        catchEventTuple - a tuple representing a catch event and its current instance