bpmn-js/test/fixtures/bpmn/import
Valerio Spadaro 1c0585aaaf feat(Viewer): allow to select diagram to view
This introduces a new parameter to `Viewer#importXML`
which enables to choose the diagram to display.

```
var viewer = new Viewer({ container: container });
viewer.importXML(xml, diagramId, done);
```

Closes #87
2019-04-16 15:20:12 +02:00
..
collapsed feat(replace): properly collapse / expand SubProcess(es) 2016-08-09 11:33:59 +02:00
error test(import): assign unique ids 2016-07-26 10:32:54 +02:00
labels fix(import): correctly import label DI 2014-10-30 12:07:28 +01:00
position fix(BpmnImporter): Round diagram coordinates on import 2014-12-22 11:44:44 +01:00
boundaryEvent.bpmn feat(import): attach boundary events 2015-07-20 15:50:31 +02:00
collaboration.bpmn feat(import): attach boundary events 2015-07-20 15:50:31 +02:00
data-store.inside-participant.bpmn feat(modeling): allow data store anywhere in collaboration 2018-05-17 15:09:37 +02:00
data-store.outside-participant.dangling.bpmn fix(import/BpmnTreeWalker): pass context to unhandled process handler 2019-04-16 09:15:14 +00:00
data-store.outside-participant.participant.bpmn feat(modeling): allow data store anywhere in collaboration 2018-05-17 15:09:37 +02:00
data-store.outside-participant.subprocess.bpmn feat(modeling): allow data store anywhere in collaboration 2018-05-17 15:09:37 +02:00
default-attrs.bpmn test(importer): decouple from draw fixtures 2015-04-22 16:19:26 +02:00
multiple-diagrams.bpmn feat(Viewer): allow to select diagram to view 2019-04-16 15:20:12 +02:00
process.bpmn feat(import): attach boundary events 2015-07-20 15:50:31 +02:00