Click or drag to resize

ProcessManagerGetNewProcessTemplate Method

Returns a new (empty) process template. The process template is *not* added to the manager. The process template initially has start and exit control elements. securityObject denotes the securityobject of the object, that the new process template is placed below.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static Process GetNewProcessTemplate(
	DataObjectSecurity securityObject
)

Parameters

securityObject
Type: Omada.OE.ModelDataObjectSecurity

Return Value

Type: Process
See Also