Try OpenEdge Now
skip to main content
BP Server Developer's Guide
Work item management : Assigning work items : Making an assigned work item available
 

Making an assigned work item available

*public void makeAvailable()
This API is supported in class WorkItem and makes the work items for its workstep instance available to the remaining performers who have not yet completed it.
*public void makeAvailable(Vector performers)
This API is supported in class WorkItem and makes the work items for its workstep instance available to the given list of performers.
Note: If the performer is group all, then invoking this API throws an exception.