camunda-bpmn-js 4.2.0 → 4.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/camunda-cloud-modeler.development.js +338 -39
- package/dist/camunda-cloud-modeler.production.min.js +4 -4
- package/dist/camunda-cloud-navigated-viewer.development.js +18 -0
- package/dist/camunda-cloud-navigated-viewer.production.min.js +1 -1
- package/dist/camunda-cloud-viewer.development.js +18 -0
- package/dist/camunda-cloud-viewer.production.min.js +1 -1
- package/package.json +4 -4
|
@@ -23740,9 +23740,27 @@
|
|
|
23740
23740
|
name: "formId",
|
|
23741
23741
|
type: "String",
|
|
23742
23742
|
isAttr: true
|
|
23743
|
+
},
|
|
23744
|
+
{
|
|
23745
|
+
name: "externalReference",
|
|
23746
|
+
type: "String",
|
|
23747
|
+
isAttr: true
|
|
23743
23748
|
}
|
|
23744
23749
|
]
|
|
23745
23750
|
},
|
|
23751
|
+
{
|
|
23752
|
+
name: "UserTask",
|
|
23753
|
+
superClass: [
|
|
23754
|
+
"Element"
|
|
23755
|
+
],
|
|
23756
|
+
meta: {
|
|
23757
|
+
allowedIn: [
|
|
23758
|
+
"bpmn:UserTask"
|
|
23759
|
+
]
|
|
23760
|
+
},
|
|
23761
|
+
properties: [
|
|
23762
|
+
]
|
|
23763
|
+
},
|
|
23746
23764
|
{
|
|
23747
23765
|
name: "CalledDecision",
|
|
23748
23766
|
superClass: [
|