Hi, I am current writing a small WinForm app to display the stats of current Bonita tasks.
I am using "/API/bpm/humanTask?p=0" to get a list of open tasks.
I also need to get a value from some fields that user will input in the form to display in this list.
I can have this data by using "/API/bdm/businessData/com.task.com.Task/{persistenceId}".
However, how can I get the value of persistenceId from the list of UserTask to map to BusinessData?
Thanks in advance,