zeebe-bpmn-moddle
Advanced tools
Comparing version 0.17.0 to 0.18.0
{ | ||
"name": "zeebe-bpmn-moddle", | ||
"version": "0.17.0", | ||
"version": "0.18.0", | ||
"description": "Zeebe moddle extensions for BPMN 2.0", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -339,2 +339,25 @@ { | ||
{ | ||
"name": "TaskSchedule", | ||
"superClass": [ | ||
"Element" | ||
], | ||
"meta": { | ||
"allowedIn": [ | ||
"bpmn:UserTask" | ||
] | ||
}, | ||
"properties": [ | ||
{ | ||
"name": "dueDate", | ||
"type": "String", | ||
"isAttr": true | ||
}, | ||
{ | ||
"name": "followUpDate", | ||
"type": "String", | ||
"isAttr": true | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Properties", | ||
@@ -350,8 +373,3 @@ "superClass": [ | ||
} | ||
], | ||
"meta": { | ||
"allowedIn": [ | ||
"zeebe:PropertiesHolder" | ||
] | ||
} | ||
] | ||
}, | ||
@@ -371,14 +389,2 @@ { | ||
} | ||
], | ||
"meta": { | ||
"allowedIn": [ | ||
"zeebe:PropertiesHolder" | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "PropertiesHolder", | ||
"isAbstract": true, | ||
"extends": [ | ||
"bpmn:FlowNode" | ||
] | ||
@@ -385,0 +391,0 @@ }, |
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
11884
439