Try OpenEdge Now
skip to main content
ABL Reference
Class, Interface, and Enumeration Reference : Progress.BPM.Process class
 

Progress.BPM.Process class

Represents a business process instance that is active on the OpenEdge Business Process Server.
An ABL application can direct the Business Process Server to create a business process. It does this by calling StartProcess( ) on a UserSession object. When it does so, the Business Process Server creates a running instance of the process template and returns an object reference from the StartProcess( ) method.

Serializable:

No

Constructors

This class contains a private constructor; you cannot instantiate it directly.

Super Class

Progress.Lang.Object class

Interfaces

This class does not implement interfaces (beyond those it inherits from its base class).

Public Properties

Public Methods

Public Events

This class does not have any public events.