flowable / flowable/flowable-engine
Flowable-Process-Validation: No validation error for unattached timer boundary event
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
When moving a timer boundary event in the modeler it is very easy to unattach it by mistake.
The model is still considered valid, but fails on deployment with an error in the log:
```
ERROR org.flowable.common.rest.exception.BaseExceptionHandlerAdvice - Unhandled exception
org.flowable.engine.common.api.FlowableException: cvc-complex-type.4: Attribute 'attachedToRef' must appear on element 'boundaryEvent'.
```
It would be helpful if flowable process validation would detect these kind of errors.
(related issue: https://github.com/flowable/flowable-engine/issues/544)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.