Try OpenEdge Now
skip to main content
BP Server Developer's Guide
Work item management : Assigning work items : Reassigning bulk work items
 

Reassigning bulk work items

*public void reAssign(Session session, Hashtable wiids)
This API is supported in class WorkItem and it reassigns multiple work items to multiple performers.
*public void reAssign(Session session, List wiids, String performer)
This API is supported in class WorkItem and it reassigns multiple work items to a single performer.
*public void reAssign(Session session, String fromPerformer, String toPerformer)
This API is supported in class WorkItem and it reassigns all work items created for one performer to another performer.