Try OpenEdge Now
skip to main content
BP Server Developer's Guide
Process instance management : Retrieving process instances
 

Retrieving process instances

BP Server provides the class BLServer and ProcessTemplate for retrieval of ProcessInstance.
*public ProcessInstanceList getProcessInstanceList (Session session)
You can get process instances from other classes of the BP Server and from ProcessTemplate.
* Retrieving process instances from BP Server
* Retrieving process instances from class ProcessTemplate