zeebe-bpmn-moddle
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "zeebe-bpmn-moddle", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Zeebe moddle extensions for BPMN 2.0", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -482,4 +482,56 @@ { | ||
] | ||
}, | ||
{ | ||
"name": "ExecutionListeners", | ||
"superClass": [ | ||
"Element" | ||
], | ||
"meta": { | ||
"allowedIn": [ | ||
"bpmn:Event", | ||
"bpmn:Activity", | ||
"bpmn:Process", | ||
"bpmn:ExclusiveGateway", | ||
"bpmn:InclusiveGateway", | ||
"bpmn:ParallelGateway", | ||
"bpmn:EventBasedGateway" | ||
] | ||
}, | ||
"properties": [ | ||
{ | ||
"name": "listeners", | ||
"type": "ExecutionListener", | ||
"isMany": true | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "ExecutionListener", | ||
"superClass": [ | ||
"Element" | ||
], | ||
"meta": { | ||
"allowedIn": [ | ||
"zeebe:ExecutionListeners" | ||
] | ||
}, | ||
"properties": [ | ||
{ | ||
"name": "eventType", | ||
"type": "String", | ||
"isAttr": true | ||
}, | ||
{ | ||
"name": "retries", | ||
"type": "String", | ||
"isAttr": true | ||
}, | ||
{ | ||
"name": "type", | ||
"type": "String", | ||
"isAttr": true | ||
} | ||
] | ||
} | ||
] | ||
} |
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
13830
536