zeebe-bpmn-moddle
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "zeebe-bpmn-moddle", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Zeebe moddle extensions for BPMN 2.0", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -295,2 +295,7 @@ { | ||
"isAttr": true | ||
}, | ||
{ | ||
"name": "externalReference", | ||
"type": "String", | ||
"isAttr": true | ||
} | ||
@@ -300,2 +305,14 @@ ] | ||
{ | ||
"name": "UserTask", | ||
"superClass": [ | ||
"Element" | ||
], | ||
"meta": { | ||
"allowedIn": [ | ||
"bpmn:UserTask" | ||
] | ||
}, | ||
"properties": [] | ||
}, | ||
{ | ||
"name": "CalledDecision", | ||
@@ -302,0 +319,0 @@ "superClass": [ |
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
12784
484