Add a rule to prevent bpmn:Error
scopes with missing required properties
#23
Labels
backlog
Queued in backlog
enhancement
New feature or request
good first issue
Good for newcomers
spring cleaning
Could be cleaned up one day
Is your feature request related to a problem? Please describe
Currently
bpmn:Error
scopes can be created without required properties. For example, following scoped bindingwould be valid, but would produce an invalid Error in the bpmn-js Properties Panel
that misses required properties as
name
anderrorCode
.Describe the solution you'd like
Add a rule that checks for required properties.
name
errorCode
Example scoped binding
Describe alternatives you've considered
Keep it as it is.
The text was updated successfully, but these errors were encountered: