Class ExecutableEscalation
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.agrona.DirectBuffer>Returns the escalation code, if it has been resolved previously (and is independent of the variable context).io.camunda.zeebe.el.ExpressionvoidsetEscalationCode(org.agrona.DirectBuffer escalationCode) voidsetEscalationCodeExpression(io.camunda.zeebe.el.Expression escalationCodeExpression) Methods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
getElementType, getEventType, getFlowScope, getId, setElementType, setEventType, setFlowScope
-
Constructor Details
-
ExecutableEscalation
-
-
Method Details
-
getEscalationCode
Returns the escalation code, if it has been resolved previously (and is independent of the variable context). If this returns an emptyOptionalthen the escalation code must be resolved by evaluatinggetEscalationCodeExpression()- 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)
-