Associate connector to pool using web rest api

1
0
-1

Hi everyone!

I'm using Bonita BPM Community v6.3.2. I'm developing a python application using Bonita's Web Rest API to gather some information of created processes. I've created a pool, named pool1, where I put some tasks (for example, task1 and task2) and these tasks run a connector each.

I already managed to get all the existing processes, via the url http://localhost:8080/bonita/API/bpm/process?p=0

I also can get the executed connectors through http://localhost:8080/bonita/API/bpm/archivedConnectorInstance?p=0

Is there any way I can, somehow, relate these connectors to the pool1, using the rest api?

Thanks folks.

No answers yet.
Notifications