UNPKG

camunda-bpmn-js

Version:

Embeddable Camunda modeling distributions based on bpmn-js

15 lines (9 loc) 601 B
# external-resources Define available resources and create linked elements right away in BPMN editor. ## Usage Import the library and include it in `additionalModules`. Then, register a resources provider to pass the resources to the handlers. ## Principles * The module is extensible. You can pass any resources, and define handlers for them. You can also override the default handlers. * User is in control. Unlike in element templates, the user can still decide to override any properties set in the handler. The built-in resource handlers are merely helpers to create standard BPMN elements.