Try OpenEdge Now
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
.
In this section:
Retrieving process instances from BP Server
Retrieving process instances from class ProcessTemplate