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

zeebe-bpmn-moddle

Package Overview
Dependencies
Maintainers
7
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zeebe-bpmn-moddle - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

12

CHANGELOG.md

@@ -9,9 +9,17 @@ # Changelog

## 0.5.0
* `FEAT`: add support for zeebe:UserTaskForm and zeebe:FormDefinition ([#6](https://github.com/zeebe-io/zeebe-bpmn-moddle/pull/6))
## 0.4.0
* `FIX`: add allowedIn for zeebe:IoMapping ([#5](https://github.com/zeebe-io/zeebe-bpmn-moddle/pull/5))
## 0.3.0
* `FEAT`: Implement zeebe moddle extension and add canCopyProperty for initial set of elements (https://github.com/zeebe-io/zeebe-bpmn-moddle/pull/3)
* `FEAT`: implement zeebe moddle extension and add canCopyProperty for initial set of elements ([#3](https://github.com/zeebe-io/zeebe-bpmn-moddle/pull/3))
## 0.2.0
* `FEAT`: allow `propagateAllChildVariables` attribute for `zeebe:calledElement` (https://github.com/zeebe-io/zeebe-modeler/issues/252)
* `FEAT`: allow `propagateAllChildVariables` attribute for `zeebe:CalledElement` ([#2](https://github.com/zeebe-io/zeebe-bpmn-moddle/pull/2))

@@ -18,0 +26,0 @@ ## 0.1.0

2

package.json
{
"name": "zeebe-bpmn-moddle",
"version": "0.4.0",
"version": "0.5.0",
"description": "Zeebe moddle extensions for BPMN 2.0",

@@ -5,0 +5,0 @@ "scripts": {

# zeebe-bpmn-moddle
[![Build Status](https://travis-ci.com/zeebe-io/zeebe-bpmn-moddle.svg)](https://travis-ci.com/zeebe-io/zeebe-bpmn-moddle)
[![CI](https://github.com/zeebe-io/zeebe-bpmn-moddle/workflows/CI/badge.svg)](https://github.com/zeebe-io/zeebe-bpmn-moddle/actions?query=workflow%3ACI)

@@ -5,0 +5,0 @@ This project defines the [Zeebe](https://zeebe.io) namespace extensions for BPMN 2.0 as a [moddle](https://github.com/bpmn-io/moddle) descriptor.

@@ -226,4 +226,45 @@ {

]
},
{
"name": "UserTaskForm",
"superClass": [
"Element"
],
"meta": {
"allowedIn": [
"bpmn:Process"
]
},
"properties": [
{
"name": "id",
"type": "string",
"isAttr": true
},
{
"name": "body",
"type": "string",
"isBody": true
}
]
},
{
"name": "FormDefinition",
"superClass": [
"Element"
],
"meta": {
"allowedIn": [
"bpmn:UserTask"
]
},
"properties": [
{
"name": "formKey",
"type": "string",
"isAttr": true
}
]
}
]
}
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