[EngineAPI] How To get task's Actors who're using custom filter actor

Hi everyone,

I need to get actor who are access to a HumanTask with the EngineAPI.
I have try to use : processApi.getPossibleUsersOfHumanTask. But this function get the line or process actors without applying the custom filter.
Can anyone know to get actors who are using custom implementation in JAVA ?

Regards,

Hello - you should try processAPI.getPossibleUsersOfPendingHumanTask instead.

Hello and thx for your reply.
It’s not working with processAPI.getPossibleUsersOfPendingHumanTask.
But i have try : processApi.searchUsersWhoCanExecutePendingHumanTask and it’s working fine !