BusinessProcessRoutePointRef.ConditionCheck

Syntax:

ConditionCheck(<RoutePoint>, <Result>)

Parameters:

<RoutePoint>

Type: BusinessProcessRoutePointRef.
Conditional jump point for which handler is called to specify one of two possible business process route points cases.

<Result>

Type: Boolean.
Business process completion flag If True is returned in parameter, business process execution follows the branch that is represented at the map in a special way (to the right by default).

Description:

Occurs in the process of defining the next point. If in <Result> parameter True is returned, business process execution will follow the branch that is represented at the map in a special way (to the right by default).

Note:

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

    

1C:Enterprise Developer's Community