java.lang.Object
io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableEscalation
All Implemented Interfaces:
ExecutableFlowElement

public class ExecutableEscalation extends AbstractFlowElement
  • Constructor Details

    • ExecutableEscalation

      public ExecutableEscalation(String id)
  • Method Details

    • getEscalationCode

      public Optional<org.agrona.DirectBuffer> getEscalationCode()
      Returns the escalation code, if it has been resolved previously (and is independent of the variable context). If this returns an empty Optional then the escalation code must be resolved by evaluating getEscalationCodeExpression()
      Returns:
      the escalation code, if it has been resolved previously (and is independent of the variable context)
    • setEscalationCode

      public void setEscalationCode(org.agrona.DirectBuffer escalationCode)
    • getEscalationCodeExpression

      public io.camunda.zeebe.el.Expression getEscalationCodeExpression()
    • setEscalationCodeExpression

      public void setEscalationCodeExpression(io.camunda.zeebe.el.Expression escalationCodeExpression)