flowable / flowable/flowable-engine
Property constraints of bpmn tasks are not validated
Open
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
i have a user task with a form property:
`
`
So the type is long, and it is required.
If I create a unit test, to test this process, I can complete the task without providing that property. I can also pass variables that do not match the type (i.e. a String).
I'd expect an exception instead
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.