Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use moddleExtensions of target modeler #1

Closed
rajgoel opened this issue Jan 15, 2024 · 0 comments
Closed

Use moddleExtensions of target modeler #1

rajgoel opened this issue Jan 15, 2024 · 0 comments

Comments

@rajgoel
Copy link
Collaborator

rajgoel commented Jan 15, 2024

Currently, the sourceModeler is instantiated without moddleExtensions

constructor(popupMenu, bpmnReplace, bpmnjs) {
popupMenu.registerProvider("bpmn-replace", this);
this.bpmnjs = bpmnjs;
// TODO: this should be provided as module parameter or automatically determined from bpmnjs
this.moddleExtensions = {};
}

// Create new modeler for import of the model
const sourceModeler = new BpmnModeler( { moddleExtensions: this.moddleExtensions } );

The moddleExtensions for the target modeler should be provided as module parameter or automatically determined from bpmnjs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant