![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@quarks/camunda-bpmn-moddle-es6
Advanced tools
Camunda moddle extensions for BPMN 2.0 with ES6 import
This project defines the Camunda namespace extensions for BPMN 2.0 as a moddle descriptor.
Use it together with bpmn-moddle to validate Camunda BPMN 2.0 extensions.
var BpmnModdle = require('bpmn-moddle');
var camundaModdle = require('camunda-bpmn-moddle/resources/camunda');
var moddle = new BpmnModdle({ camunda: camundaModdle });
var serviceTask = moddle.create('bpmn:ServiceTask', {
'javaDelegate': 'my.company.SomeDelegate'
});
You need grunt to build the project.
To run the test suite that includes XSD schema validation you must have a Java JDK installed and properly exposed through the JAVA_HOME
variable.
Execute the test via
grunt test
Perform a complete build of the application via
grunt
We include an extension that provides the necessary validation to clone certain properties, when making use of a library like bpmn-js
. This allows to easily plug with out modeler solution, which works like the following example:
var BpmnJS = require('bpmn-js/lib/Modeler'),
camundaExtensionModule = require('camunda-bpmn-moddle/lib');
var modeler = new BpmnJS({
additionalModules: [
camundaExtensionModule
]
});
This extension makes use of dependency injection via didi and expects an events interface such as eventBus
, where we plugin and listen to the property.clone
event.
Use under the terms of the MIT license.
FAQs
Camunda moddle extensions for BPMN 2.0 with ES6 import
The npm package @quarks/camunda-bpmn-moddle-es6 receives a total of 1 weekly downloads. As such, @quarks/camunda-bpmn-moddle-es6 popularity was classified as not popular.
We found that @quarks/camunda-bpmn-moddle-es6 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.