BusinessProcessRoutePointRef.BeforeExecuteInteractively
Syntax:
Parameters:
<RoutePoint>
A business process route point of Activity type in which processing of ExecuteTaskInteractively task method is executed.
<Task>
A task being executed.
<Cancel>
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:
Note:
Interactive calls (opening forms, warnings) are permitted.
Event does not occur in the ManagedApplication mode.