BusinessProcessRoutePointRef

Properties:

<Addressing attribute name>
Cases
Explanation
Group
Name
SubProcess
TaskDescription
Type

Methods:

GetIncomingPoints
GetOutgoingPoint
GetOutgoingPoints

Events:

BeforeCreateSubBusinessProcesses
BeforeCreateTasks
BeforeExecute
BeforeExecuteInteractively
BeforeStart
ConditionCheck
InteractiveActivationProcessing
OnCheckExecuteProcessing
OnComplete
OnCreateSubBusinessProcesses
OnCreateTask
OnExecute
Processing
SwitchProcessing

Description:

Business process route point. There are different types of route points - Start, End, Activity etc. Points of some types have specific properties and events. For example, only Activity point type has Group property, while only conditional jump point has ConditionCheck event. If this point does not have the property you are calling, an error message will be displayed.

Availability:

Thin client, web-client, server, thick client, external connection.
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:

BusinessProcessRoutePoints, property <Business process route point name>

    

1C:Enterprise Developer's Community