Class UnsupportedMultiInstanceBodyActivationException

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

public class UnsupportedMultiInstanceBodyActivationException extends RuntimeException
Exception that can be thrown during processing of a command, in case the engine attempts to directly activate a multi-instance body, which is not supported at this time.

This exception can be handled by the processor in CommandProcessor.tryHandleError(TypedRecord, Throwable).

See Also:
  • Method Details

    • getBpmnProcessId

      public String getBpmnProcessId()
    • getMultiInstanceId

      public String getMultiInstanceId()