BusinessProcessRoutePointRef.OnCreateTask
Syntax:
Parameters:
<RoutePoint>
Business process route point, where task generation occurs.
<TasksBeingFormed>
Array of the generated tasks objects of TaskObject.
<Cancel>
Task add cancel flag. If in the body of handler procedure a value of this parameter is set to True, task record will not be executed.
Default value: False.
Description:
Task record will be executed after handler completion.
Note:
Interactive calls (opening forms, warnings) are not permitted. Using Message method is allowed.