I have a generated list of tickets, which I retrieve from a database. Is there a way to display their attributes in some kind of form, so that a user can evaluate them? I've searched in the docs, but thus far no hit.
string (org.activiti.engine.impl.form.StringFormType) long (org.activiti.engine.impl.form.LongFormType) enum (org.activiti.engine.impl.form.EnumFormType) date (org.activiti.engine.impl.form.DateFormType) boolean (org.activiti.engine.impl.form.BooleanFormType)
To extend form types you can have a look e.g. on org.activiti.explorer.form.UserFormType