How to load default values in a task form from h2 database?

Hey @steftriant,

There are some options here.

  1. Load the drop down values from a process variable as specified here . You could fill out the process variable with data using a service task before your user task.
  2. Load values from an external rest endpoint that could be connected to your database using the embedded task form and some javascript/jquery/ajax. See this forum post for examples and some github links (refer to answer b).

Regards,

1 Like