Dynamic Model Extension

Is it possible to load model extensions dynamically? Specifically, I would like to exclude the model extension json (see example) from bundling and instead have it loaded every time the site is refreshed.

Yes. You can pre-load whatever JSON you want to pre-load (i.e. via browser fetch) and then bootstrap the bpmn-js instance with it.

You cannot dynamically add a model extension via public API.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.