Is there a straightforward way to get a list of direct reports for a supervisor?

Is there a straightforward way to get a list of direct reports for a supervisor? Use case is to build a process for the supervisors to login an reassign tasks for their direct reports....

OriginalPostID-133269

OriginalPostID-133269

  Discussion posts and replies are publicly visible

Parents
  • Are you using additional Groups to define users who do particular task?
    You can, in that case, only look for users within those groups to identify if the supervisor is the one who is logged-in and return the value.
    You can do that in a single expression using the applyFunction to loop over the result set.
    Ideally, you should be using Group based assignment along with using the correct process instance security that would allow the reassignment privileges to a user with Manager credentials.
Reply
  • Are you using additional Groups to define users who do particular task?
    You can, in that case, only look for users within those groups to identify if the supervisor is the one who is logged-in and return the value.
    You can do that in a single expression using the applyFunction to loop over the result set.
    Ideally, you should be using Group based assignment along with using the correct process instance security that would allow the reassignment privileges to a user with Manager credentials.
Children
No Data