zeebe-bpmn-moddle
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -9,5 +9,9 @@ # Changelog | ||
## 0.10.0 | ||
* `FEAT`: support `zeebe:assignmentDefinition` for `bpmn:UserTask` ([b5f368](https://github.com/zeebe-io/zeebe-bpmn-moddle/commit/b5f368ce8daae65f8266b430df3cbd1bedd9232c)) | ||
## 0.9.0 | ||
* `FEAT`: support `zeebe:calledDecision` for `bpmn:BusinessRuleTask`call ([ee9b59a](https://github.com/zeebe-io/zeebe-bpmn-moddle/commit/ee9b59a00145542a4de9c3193f5e5c13d42a2cfc)) | ||
* `FEAT`: support `zeebe:calledDecision` for `bpmn:BusinessRuleTask` ([ee9b59a](https://github.com/zeebe-io/zeebe-bpmn-moddle/commit/ee9b59a00145542a4de9c3193f5e5c13d42a2cfc)) | ||
@@ -14,0 +18,0 @@ ## 0.8.0 |
{ | ||
"name": "zeebe-bpmn-moddle", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "Zeebe moddle extensions for BPMN 2.0", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -305,4 +305,27 @@ { | ||
] | ||
}, | ||
{ | ||
"name": "AssignmentDefinition", | ||
"superClass": [ | ||
"Element" | ||
], | ||
"meta": { | ||
"allowedIn": [ | ||
"bpmn:UserTask" | ||
] | ||
}, | ||
"properties": [ | ||
{ | ||
"name": "assignee", | ||
"type": "String", | ||
"isAttr": true | ||
}, | ||
{ | ||
"name": "candidateGroups", | ||
"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
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
15010
412