Hi Team,
I am in the process of creating a form in Flowable that can pick the data to be auto-filled dynamically by querying the Database.
Similar provision is seen in Metastorm Workflow, where we can create a Business object, mapping it to a SQL query (which can be added in the properties panel associated to that form)and when the form is loaded, it executes the business object (corresponding SQL query) and fetch its value and displays it on the fly.
Is there any similar way we can achieve this in Flowable?