bpmn-js/lib
Gustavo E. Jimenez Folta 424a05a18a feat(modeling): correctly handle event based gateway connections
Handles two new scenarios:

1. A user wants to connect an event-based gateway to an event-based
gateway target with existing incoming sequence flows. The existing
sequence flows are removed before connecting the new one.

2. A user wants to replace a gateway, that is already connected to
event-based gateway targets, with an event-based gateway. The existing
incoming sequence flows of the targets, which do not belong to the
newly replaced event-based gateway, are removed before the replacement
operation finishes.

This is because target elements in an event gateway configuration
must not have any additional incoming sequence flows other than
that from the event gateway.
2019-05-06 12:41:11 +02:00
..
core chore(project): es6ify source code 2018-04-03 16:32:14 +02:00
draw fix(draw): render hex and rgb encoded color markers 2019-04-18 14:42:01 +00:00
features feat(modeling): correctly handle event based gateway connections 2019-05-06 12:41:11 +02:00
import chore(Viewer): type BPMNDiagram arg where possible 2019-04-16 15:20:12 +02:00
util feat(import): render DataInput and DataOutput labels 2019-03-26 11:55:36 +01:00
.eslintrc chore(project): detect unresolved lint rules 2018-10-26 11:18:37 +00:00
Modeler.js feat(Modeler): re-integrate grid snapping 2019-04-26 18:31:36 +00:00
NavigatedViewer.js chore(editor-actions): make dependencies optional 2018-10-29 14:52:41 +00:00
Viewer.js chore(Viewer): type BPMNDiagram arg where possible 2019-04-16 15:20:12 +02:00