Hi there,
thanks for the wonderful Flowable!
Can you please clarify one point about the types for form fields which are natively supported?
From the docs I read that fancy stuff as dropdowns are supported, but elsewhere the list is much more restrained:
-
string
(org.flowable.engine.impl.form.StringFormType) -
long
(org.flowable.engine.impl.form.LongFormType) -
double
(org.flowable.engine.impl.form.DoubleFormType) -
enum
(org.flowable.engine.impl.form.EnumFormType) -
date
(org.flowable.engine.impl.form.DateFormType) -
boolean
(org.flowable.engine.impl.form.BooleanFormType)
Thanks in advance.
Regards.