BusinessProcessesManager
Collection elements:
Iteration through collection using For each ... In ... Do operator is available to object. Business-process managers are retrieved during iteration.
Access to Business-process manager is possible using [...] operator. Business-process name as specified in the configuration is passed as an argument.
Properties:
Methods:
RoutePointsAllRefsType
Description:
Availability:
Exchange with server is possible. Serializable.
Example:
// business-process manager gives access to the // of Account business-process manager. BusinessProcess = BusinessProcesses.ExtractOfAccount.CreateBusinessProcess(); |
See also: