Sorry for the newbie question, but that’s what I am
I’m following the quick-start guide, very useful indeed, and I’m trying to design my own simple processes.
I notice that the provided demo processes, show in the tasklist midlle panel, the form fields, like “Approve Invoice”->“Invoice Creditor”, Invoice Number etc.
I wish to do the same with my own forms, but not all fields are shown. What’s the configuration I have to check to have them visible?
to show all your variables you have to explicity model an entry for every property in your form and set the entry to “read-only”. In the examples the forms were created as html-forms. You can find them here:
yourCamundaFolder > server > tomcat > webapps > camunda-invoice > forms
If you want to model your forms with the Camunda Modeler instead, you can model a User-Task and specify every entry you want to be visible in the “Forms”-section on the right side.
Check this link to the docs to see all the constraints you can set for your entries, there you can also set your entries to read-only.
But the field still does not show up in the task list.
There’s not much more I could find in the documentation, so, I think, I’m still missing something.