flowable / flowable/flowable-engine
Standardize date/time classes in flowable-modeler
Open
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
As of Flowable 6.2.1, using the built-in form editor and engine of flowable-modeler and flowable-task.
- The class of a date value obtained from a form is org.joda.time.LocalDate.
Action: JODA time has become java.time from Java 8. Use standard Java classes.
- It is not possible to assign a date obtained from a form to, for example, DueDate.
Action: A date/time obtained from a form should be valid input for dates in other places of the engine.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.