flowable / flowable/flowable-engine
Form Properties enum (org.flowable.engine.impl.form.EnumFormType) Not saving values during deployment
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
The enum Form properties types do not save to the database during deployment, verified that it is in the process definition file before deploying the bar file
The formProperty.getType().getInformation("values") will always return nothing. Have looked in the tables and cannot see the variables of type enum.
Trying to migrate from Activiti 5.22 to Flowable 6. We are using Flowable as an embedded engine in our application and using the Eclipse Flowable Designer 5.22 for process creation.
Sample process
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.