BusinessProcessManager.<Business process name>.GetFlowchart
Syntax:
Returned value:
Description:
Availability:
Example:
// Receive a flowchart from the business process manager Flowchart = BusinessProcesses.VacationExecution.GetFlowchart(); Controls.GraphicalSchemeField.SetScheme(Flowchart); |