Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@quarks/bpmn-js-guideline-validator

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quarks/bpmn-js-guideline-validator

bpmn-js guideline-validator extension

  • 0.1.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

bpmn-js guideline validation

A bpmn-js extention for guideline validations.

Screencast

Installation

Install via npm.

npm install bpmn-js-guideline-validation

Add as additional module to bpmn-js

Usage

var BpmnModeler = require('bpmn-js/lib/Modeler');
var guidelineValidation = require('bpmn-js-guideline-validation');

var modeler = new BpmnModeler({
    container: '#canvas',
    additionalModules: [
        guidelineValidation
    ],
    keyboard: { 
        bindTo: document 
    }
});

For the correct style of the extension you need to copy the assets in the root directory of your index.html and include the css/guideline-validation.css to your index.html. Have a look at the example.

Example

Install dependencies

npm install

Run example

npm run dev

Check out localhost:9013

Current Guidelines

  • Crossing Sequenceflows
  • Joining and Splitting Gateways
  • No Labels
  • No Start and End Event
  • Symmetric Modelling
  • Unnecessary Gateway
  • Use of Parallel Gateway

Some of the guideline validations are only working properly, if another one is already fixed. For example, you need to modell a start event for the symmetric modelling check.

Licence

MIT

Keywords

FAQs

Package last updated on 19 Oct 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc