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

1
0
-1

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,

2 answers

1
0
-1
This one is the BEST answer!

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

1
0
-1

Hello - you should try processAPI.getPossibleUsersOfPendingHumanTask instead.

Notifications