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

Be able to hook up custom moddle extension #8

Open
nikku opened this issue Sep 3, 2018 · 3 comments
Open

Be able to hook up custom moddle extension #8

nikku opened this issue Sep 3, 2018 · 3 comments
Labels
backlog Queued in backlog enhancement New feature or request pr welcome We rely on a community contribution to improve this. spring cleaning Could be cleaned up one day

Comments

@nikku
Copy link
Member

nikku commented Sep 3, 2018

For improved validation of extended BPMN models it would be beneficial to be able to register a custom moddle extension so that we can do the following, i.e. as part of rules:

function check(node, reporter) {
  if (is(node, 'camunda:Callable')) {
    // custom check, 1212
  }
}
@nikku nikku added the enhancement New feature or request label Sep 3, 2018
@nikku nikku added the backlog Queued in backlog label Sep 24, 2018
@Fektoer
Copy link

Fektoer commented Aug 4, 2022

Any update on this? This would be some nice functionality that we could use. Right now some of our nodes have some extended properties that won't show up.

@nikku
Copy link
Member Author

nikku commented Aug 8, 2022

Happy to take a contribution to add this behavior.

@nikku nikku added pr welcome We rely on a community contribution to improve this. spring cleaning Could be cleaned up one day labels Aug 8, 2022
@ahumellihuk
Copy link

I would also like to see this. It appears that all that is needed is to pass the extensions schema to the BpmnModdle constructor here:

const moddle = new BpmnModdle();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog enhancement New feature or request pr welcome We rely on a community contribution to improve this. spring cleaning Could be cleaned up one day
Projects
None yet
Development

No branches or pull requests

3 participants