BusinessProcessRoutePointRef.InteractiveActivationProcessing

Syntax:

InteractiveActivationProcessing(<RoutePoint>, <Task>, <StandardProcessing>)

Parameters:

<RoutePoint>

Type: BusinessProcessRoutePointRef.
Business process route point linked to the task where interactive task activation occurs.

<Task>

Type: TaskRef.
A task enabled by the user.

<StandardProcessing>

Type: Boolean.
This parameter passes a flag indicating whether standard (system) processing of the event is performed. If in the body of handler procedure a value of this parameter is set to False, interactive activation processing will not be executed.
Default value: True.

Description:

Occurs when the user interactively enables tasks that correspond to this business process route point. This handler calling occurs when calling ActivateInteractively() method of the task or ActivateInteractively() method of the business process.

Note:

Only for Activity type points.
Event does not occur in the ManagedApplication mode.

    

1C:Enterprise Developer's Community