BusinessProcessRoutePointRef.SwitchProcessing

Syntax:

SwitchProcessing(<SwitchPoint>, <Result>)

Parameters:

<SwitchPoint>

Type: BusinessProcessRoutePointRef.
Variant choice point, for which a handler is called to specify the next business process route point.

<Result>

Type: BusinessProcessRoutePointCase.
Chosen business process route point case. Must be assigned by one of the variants.

Description:

It is called after jumping choice. Jump variant is returned in <Result> parameter. You must assign this event handler, as otherwise business process will not be able to choose jump variant independently; as a result, an error occurs.

Note:

Only for Switch type points.
This event is not interactive and it is not recommended to open any dialog windows.

    

1C:Enterprise Developer's Community