zeebe-bpmn-moddle
Advanced tools
Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "zeebe-bpmn-moddle", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Zeebe moddle extensions for BPMN 2.0", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -552,4 +552,21 @@ { | ||
] | ||
}, | ||
{ | ||
"name": "BindingTypeSupported", | ||
"isAbstract": true, | ||
"extends": [ | ||
"zeebe:CalledDecision", | ||
"zeebe:CalledElement", | ||
"zeebe:FormDefinition" | ||
], | ||
"properties": [ | ||
{ | ||
"name": "bindingType", | ||
"isAttr": true, | ||
"type": "String", | ||
"default": "latest" | ||
} | ||
] | ||
} | ||
] | ||
} |
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
15187
571