BusinessProcessObject.<Name of business process>.InteractiveActivationProcessing

Syntax:

InteractiveActivationProcessing(<StandardProcessing>)

Parameters:

<StandardProcessing>

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

Description:

Occurs when the ActivateInteractively() method is executed. If standard processing is not modified, after this event InteractiveActivationProcessing the event handler will be called up for every uncompleted task of this business process for the current performer. The current user is defined by the session parameter defined in the corresponding task property.

Note:

Event does not occur in the ManagedApplication mode.

See also:

BusinessProcessObject, method ActivateInteractively

    

1C:Enterprise Developer's Community