Hi,
I have a simple bpmn service which consists of subprocess something like this.
Start1 -> SubProcess[Start2 -> UserTask -> end] -> end.
and I created few formProperties in Start1 and Start2 forms. When I use formService.getStartFormData(procDefId) to get all(start1&start2) form properties I was expecting all start form properties but it was returning only Start1 form properties list only. Is this a bug? if not, could you please let me know API call to get all start form properties list.
Thanks,
Swamy.