Interface IWorkflowBpmnFlowEdge
public interface IWorkflowBpmnFlowEdge
Represents the result of
IWorkflowBpmnFlowEdgeBuilder.build(), with an edge and a flow.- Since:
- 8.4.0
-
Method Summary
-
Method Details
-
edge
de.xima.bpmn_model.api.element.bpmndi.BpmnEdge edge()The newly createdBPMN edge.- Returns:
- The BPMN edge.
-
flow
de.xima.bpmn_model.api.element.bpmn.common.SequenceFlow flow()The newly createdsequence flow.- Returns:
- The sequence flow.
-