Posted: Mon Oct 18, 2004 7:12 am Post subject: Querying WorkFlow For Persons.
Centurion
Joined: 23 Jun 2004 Posts: 145
1.I have a person defined as PEMGR
I want to find out for whome all he is authorized.
so i am using the following java code
Person person= service.persistentPerson("PEMGR");
myPeople = person.personsAuthorizedFor();
the above code gives none.
in modler for PEGMR i have defined the following authorization
Work Items Authorizations --- All Employees
instead of selecting every single employee.
I am using the same above code to query for a different person
where i have selected all employees individually when setting the
authorizations, then i am getting all the users.
2.is there any way i can query WF for all employees depending on role.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum