BusinessProcessRoutePointRef
Properties:
Cases
Explanation
Group
Name
SubProcess
TaskDescription
Type
Methods:
GetOutgoingPoint
GetOutgoingPoints
Events:
BeforeCreateTasks
BeforeExecute
BeforeExecuteInteractively
BeforeStart
ConditionCheck
InteractiveActivationProcessing
OnCheckExecuteProcessing
OnComplete
OnCreateSubBusinessProcesses
OnCreateTask
OnExecute
Processing
SwitchProcessing
Description:
Availability:
Exchange with server is possible. Serializable. The given object may be serialized to/from XML. Can be used in attributes of managed form. The given object may be serialized to/from XDTO. The XDTO type correspoding to this object is defined in {http://v8.1c.ru/8.1/data/enterprise/current-config} namespace. XDTO type name: BusinessProcessRoutePointRef.
Example:
Procedure Action1OnCreatingTasks(RoutePoint, TasksArray, Cancel) For Each Task In TasksArray Do Task.Name=RoutePoint.Name + " ("+CurrentDate()+")"; EndDo; EndProcedure |
See also: