Hello,
I am working on an application page in UI Designer. The scope is to list all the actorMembers of all the actors declared in a selected process.
I have an API-type variable getting the actors of the process :
actorList : ../API/bpm/actor?p=0&c=10&f=process_id={{selectedProc.id}}
For one process, I can get 5 or more actors declared.
The API for getting the actorMembers has a mandatory filter field specifying the actor_id.
Example, for the actor_id 8055 :
memberList : ../API/bpm/actorMember?p=0&c=10&f=actor_id=8055
So, I can get my list for only one actor at a time !
How can I gest the memberList for ALL the actors given by actorList ?
Thank you in advance for your answer.
Regards,
Thierry