BusinessProcessRoutePointRef.BeforeExecuteInteractively

Syntax:

BeforeExecuteInteractively(<RoutePoint>, <Task>, <Cancel>)

Parameters:

<RoutePoint>

Type: BusinessProcessRoutePointRef.
A business process route point of Activity type in which processing of ExecuteTaskInteractively task method is executed.

<Task>

Type: TaskRef.
A task being executed.

<Cancel>

Type: Boolean.
Task execution cancel flag. If in the body of handler procedure a value of this parameter is set to True, task will not be executed.
Default value: False.

Description:

Occurs when calling ExecuteTaskInteractively method of the task. This handler is the only place where interactive user interaction can be placed before the business process passes further in accordance with the route.

Note:

Only for Activity type points.
Interactive calls (opening forms, warnings) are permitted.
Event does not occur in the ManagedApplication mode.

    

1C:Enterprise Developer's Community