BusinessProcessManager.<Business process name>.GetFlowchart

Syntax:

GetFlowchart()

Returned value:

Type: GraphicalSchema.

Description:

Obtains a copy of the business process flowchart.

Availability:

Server, thick client, external connection.

Example:

// Receive a flowchart from the business process manager
Flowchart = BusinessProcesses.VacationExecution.GetFlowchart();
Controls.GraphicalSchemeField.SetScheme(Flowchart);


    

1C:Enterprise Developer's Community