Click or drag to resize

ProcessStart Methods

The ProcessStart type exposes the following members.

Methods
  NameDescription
Public methodStartEditProcessCompleteFirstActivity
Starts an edit process – the action object is inserted as target object.
Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type)Must match the target object type of the process template
Public methodStartProcess
Starts a process and sets a reference from the new target object to the action object. The method starts processes for each data object referred by targetRefPropSysName from the action object. It can copy data from the action object to the new target object based on a copy rule. The method can reassign the first activity based on a reference path expression to a user/user group. It can send a mail to the new assignees based on a mail template uid.
Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type)Any
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also