Class ExecutableSequenceFlow
java.lang.Object
io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableSequenceFlow
- All Implemented Interfaces:
ExecutableFlowElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.camunda.zeebe.el.ExpressionvoidsetCondition(io.camunda.zeebe.el.Expression condition) voidsetSource(ExecutableFlowNode source) voidsetTarget(ExecutableFlowNode target) Methods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
getElementType, getFlowScope, getId, setElementType, setFlowScope
-
Constructor Details
-
ExecutableSequenceFlow
-
-
Method Details
-
getTarget
-
setTarget
-
getSource
-
setSource
-
getCondition
public io.camunda.zeebe.el.Expression getCondition() -
setCondition
public void setCondition(io.camunda.zeebe.el.Expression condition)
-