Link data from UserTask to BusinessData via persistenceID

1
0
-1

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,

1 answer

1
0
-1

Hello,

You should use the REST API Context to get all information about a task

https://community.bonitasoft.com/project/restapicontext

You will get in a call all information you look for.

Best,

Notifications