Uses of Class
io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableSequenceFlow
Packages that use ExecutableSequenceFlow
Package
Description
-
Uses of ExecutableSequenceFlow in io.camunda.zeebe.engine.processing.bpmn.behavior
Methods in io.camunda.zeebe.engine.processing.bpmn.behavior with parameters of type ExecutableSequenceFlowModifier and TypeMethodDescriptionvoidBpmnStateTransitionBehavior.takeSequenceFlow(BpmnElementContext context, ExecutableSequenceFlow sequenceFlow) -
Uses of ExecutableSequenceFlow in io.camunda.zeebe.engine.processing.deployment.model.element
Methods in io.camunda.zeebe.engine.processing.deployment.model.element that return ExecutableSequenceFlowMethods in io.camunda.zeebe.engine.processing.deployment.model.element that return types with arguments of type ExecutableSequenceFlowModifier and TypeMethodDescriptionExecutableFlowNode.getIncoming()ExecutableFlowNode.getOutgoing()ExecutableExclusiveGateway.getOutgoingWithCondition()Methods in io.camunda.zeebe.engine.processing.deployment.model.element with parameters of type ExecutableSequenceFlowModifier and TypeMethodDescriptionvoidExecutableFlowNode.addIncoming(ExecutableSequenceFlow flow) voidExecutableExclusiveGateway.addOutgoing(ExecutableSequenceFlow flow) voidExecutableFlowNode.addOutgoing(ExecutableSequenceFlow flow) voidExecutableExclusiveGateway.setDefaultFlow(ExecutableSequenceFlow defaultFlow)