BusinessProcessRoutePointRef.GetOutgoingPoint

Syntax variant: For "Switch" type point

Syntax:

GetOutgoingPoint(<Case>)

Parameters:

<Case> (required)

Type: BusinessProcessRoutePointCase.
Case.

Description of method variant:

You can use several jump points for Switch type point. You can use case number to specify point count.

Syntax variant: For "Condition" type point

Syntax:

GetOutgoingPoint(<Condition>)

Parameters:

<Condition> (required)

Type: Boolean.
You can use it to specify business process route point If parameter value is True you should get outgoing point by "Yes", if parameter value is False, you should get outgoing point by "No".

Description of method variant:

You can use two outgoing points for Condition type point: If a condition has values "Yes" and "No". You can use the parameter to specify, what point it is necessary to get.

Syntax variant: For all points except "Fork", "Condition", "Switch" type points

Syntax:

GetOutgoingPoint()

Description of method variant:

Only one following point exists for all points except Split, Condition and Switch type points.

Returned value:

Type: BusinessProcessRoutePointRef.

Description:

Obtains the business process route point following the specified point.

Availability:

Server, thick client, external connection.

Note:

For all business process route points except Split type points.

    

1C:Enterprise Developer's Community