How to use the bpmn-moddle.default function in bpmn-moddle

To help you get started, we’ve selected a few bpmn-moddle examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github bpmn-io / bpmn-js-properties-panel / test / spec / helper / ImplementationTypeHelperSpec.js View on Github external
describe('implementation type', function() {

  var moddle = new BpmnModdle({
    camunda: CamundaBpmnModdle
  });


  describe('service task like', function() {

    var serviceTask;

    beforeEach(function() {
      serviceTask = moddle.create('bpmn:ServiceTask');
    });


    it('should return no implementation type', function() {

      // when

bpmn-moddle

A moddle wrapper for BPMN 2.0

MIT
Latest version published 5 months ago

Package Health Score

76 / 100
Full package analysis

Popular bpmn-moddle functions