Class MultipleFlowScopeInstancesFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.engine.processing.common.MultipleFlowScopeInstancesFoundException
All Implemented Interfaces:
Serializable

public final class MultipleFlowScopeInstancesFoundException extends RuntimeException
Exception that can be thrown during processing of a command, in case the engine found more than one instance of a flow scope, but it expects only one. This exception can be handled by the processor in CommandProcessor.tryHandleError(TypedRecord, Throwable).
See Also:
  • Method Details

    • getBpmnProcessId

      public String getBpmnProcessId()
    • getFlowScopeId

      public String getFlowScopeId()