Interface IWorkflowBpmnFlowEdge
-
public interface IWorkflowBpmnFlowEdge
Represents the result ofIWorkflowBpmnFlowEdgeBuilder.build()
, with an edge and a flow.- Since:
- 8.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.xima.bpmn_model.api.element.bpmndi.BpmnEdge
edge()
The newly createdBPMN edge
.de.xima.bpmn_model.api.element.bpmn.common.SequenceFlow
flow()
The newly createdsequence flow
.
-