Class EventSubProcessInterruptionMarker

java.lang.Object
io.camunda.zeebe.engine.state.appliers.EventSubProcessInterruptionMarker

public class EventSubProcessInterruptionMarker extends Object
  • Constructor Details

  • Method Details

    • markInstanceIfInterrupted

      public void markInstanceIfInterrupted(long flowScopeElementInstanceKey, long processDefinitionKey, String tenantId, org.agrona.DirectBuffer elementId)
      Marks the flow scope as interrupted, if the triggered element id, corresponds to an interrupting event sub process.
      Parameters:
      flowScopeElementInstanceKey - the key of the flow scope, which should be marked as interrupted
      processDefinitionKey - the corresponding process definition key
      elementId - the id of the element which was triggered