Try OpenEdge Now
BP Server Developer's Guide
Work item management
:
Getting work items from other classes
:
Getting work items from class ProcessInstance
Getting work items from class ProcessInstance
public WorkItemList getWorkItemList()
The ProcessInstance is characterized by the specific work items. The user can get the list of all work items of a process instance through this API. The individual
WorkItem
object is obtained on iterating the list.