how can i get the list of process of a user or a role

…S.O.S…

Hi everybody,

i need the list of process per user, for example:

If user001 has only task of two process i need a service that return this result.
If the rol123 has only task of four process i nedd a service that return this result.

Any ideas about how can i do this with services from IS?.

thx for your help

Hi,

In TaskInfo, you will find the ProcessModleID. I know this is a time/resource consuming process, but you can go through all tasks and list their user id and ProcessModeID.

hi ninad ,

the problem is if there aren’t task for the user of any process YET, the list is clean =S but thx anyway