BusinessProcessesManager

Collection elements:

BusinessProcessManager
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:

<Business process name>

Methods:

AllRefsType
RoutePointsAllRefsType

Description:

You can use this to manage business processes and to access values of the following type: BusinessProcessesManager. You can access the object using global context property BusinessProcesses.

Availability:

Server, thick client, external connection.
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:

Global context, property BusinessProcesses

    

1C:Enterprise Developer's Community