BusinessProcessObject.<Name of business process>.GetFlowchart

Syntax:

GetFlowchart()

Returned value:

Type: GraphicalSchema.

Description:

Obtains a copy of the flowchart with all the tasks associated with this business process, both completed and uncompleted. If this flowchart is set in a graphical schema field, then traversed route points will be marked with a hatched background, and active (non-traversed) points will be outlined with a red dotted line. The flowchart can be set in a graphical schema field for viewing.

Availability:

Server, thick client, external connection.

Example:

Flowchart = ThisObject.GetFlowchart();
Controls.SchemeField1.SetScheme(Flowchart);


    

1C:Enterprise Developer's Community