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.Expression
void
setCondition
(io.camunda.zeebe.el.Expression condition) void
setSource
(ExecutableFlowNode source) void
setTarget
(ExecutableFlowNode target) Methods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
getElementType, getEventType, getFlowScope, getId, setElementType, setEventType, 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)
-