zeebe-bpmn-moddle
Advanced tools
Comparing version 1.4.0 to 1.5.0
{ | ||
"name": "zeebe-bpmn-moddle", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Zeebe moddle extensions for BPMN 2.0", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -0,0 +0,0 @@ # zeebe-bpmn-moddle |
@@ -367,2 +367,20 @@ { | ||
{ | ||
"name": "Priority", | ||
"superClass": [ | ||
"Element" | ||
], | ||
"meta": { | ||
"allowedIn": [ | ||
"bpmn:UserTask" | ||
] | ||
}, | ||
"properties": [ | ||
{ | ||
"name": "value", | ||
"type": "String", | ||
"isAttr": true | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "TaskSchedule", | ||
@@ -369,0 +387,0 @@ "superClass": [ |
Sorry, the diff of this file is not supported yet
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
589
14801