Home
last modified time | relevance | path

Searched refs:sequenceFlow (Results 1 – 2 of 2) sorted by relevance

/plugin/bpmnio/data/
Dbpmn_close.text18 <sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="Task_1" />
19 <sequenceFlow id="SequenceFlow_121ul2c" sourceRef="Task_17knw8l" targetRef="Task_1" />
20 …<sequenceFlow id="SequenceFlow_0nuwads" name="No" sourceRef="ExclusiveGateway_1" targetRef="Task_1…
21 <sequenceFlow id="SequenceFlow_2" sourceRef="Task_1" targetRef="ExclusiveGateway_1" />
22 …<sequenceFlow id="SequenceFlow_0snv4kp" name="Yes" sourceRef="ExclusiveGateway_1" targetRef="EndEv…
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js15282 function handleSequenceFlow(sequenceFlow, context) { argument
15283 visitIfDi(sequenceFlow, context);
18030 var sequenceFlow = getSemantic(element);
18038 if (sequenceFlow.conditionExpression && source.$instanceOf('bpmn:Activity')) {
18046 source.default === sequenceFlow) {
41470 .forEach(function(sequenceFlow) { argument
41471 modeling.removeConnection(sequenceFlow);
41492 .map(function(sequenceFlow) { argument
41493 return sequenceFlow.target;
41502 newShapeTargetsIncomingSequenceFlows.forEach(function(sequenceFlow) { argument
[all …]