zeebe-bpmn-moddle
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -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 |
{ | ||
"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 | ||
} | ||
] | ||
} | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11460
325
1