User Selector DSC

Version 8 by Kendy Yus
on Oct 27, 2008 15:40.

compared with
Current by Lachlan Aldred
on Apr 01, 2009 16:49.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (16)

View page history

 
h3. Component: com.avoka.livecycle.userselector 8.0

h3. Operation: getLeastBusyUserInGroup
h3. Operation Title: Select Least Busy User In Group   (getLeastBusyUserInGroup)
Select Least Busy User In Group: Selecting user who has the least amount of tasks currently assigned to him/her in a group.
|| Input Parameter || Type || Description || Editor ||
| Group | java.lang.String | Specify the group where the search will be performed on | | |
| Include Shared Tasks | boolean | Whether to consider shared tasks when determining least busy user. | | |
 


|| Output Parameter || Type || Description ||
| Principal ID | java.lang.String | Specify the process variable to store the user principal ID. |



h3. Operation: getMostExperiencedUserInGroup
h3. Operation Title: Select Most Experienced User In Group   (getMostExperiencedUserInGroup)
Select Most Experienced User In Group: Selecting user who is the most experienced in a group, judged by number of tasks a user has completed. Optionally can narrow down the scope to apply to a particular process, even step name.
|| Input Parameter || Type || Description || Editor ||
| Group | java.lang.String | Specify the group where the search will be performed on | | |
| Process | String | Optional setting to specify the process name| |
| Action | String | Optional setting to specify the action/step name| |
 


|| Output Parameter || Type || Description ||
| Principal ID | java.lang.String | Specify the process variable to store the user principal ID. |