Hi everyone,
I’m using python and the web rest api of version 6.3.
I manage to get all the pools through the url http://localhost:8080/bonita/API/bpm/process?p=0.
I can also get all the executed connectors via http://localhost:8080/bonita/API/bpm/archivedConnectorInstance?p=0
However, i cannot somehow relate which connector belongs to which pool. I.e., if I have a pool named pool1 and inside it I have the connectors connector1 and connector2, how, using the rest api, can I know these connectors belong to the pool1?
Is there any known solution for this issue?
Thanks folks!