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.