Can anyone tell me how to use a Typeahead field in a form design in the new Activiti BPM Suite version 1.1? I can't find any documentation. It has an option configuration tab, enabling the entry of a REST url, and other properties labelled Id property and label property but I have no idea what these do or how to use them.
You can define a REST URL where the option values can be retrieved from. Then the id property and label property need to be matched on the JSON values in the array returned by this REST call.