Click or drag to resize

ProcessCloneProcess Method

Clones the process and resets all relevent ID's The process must be a template. The process, the activities and the target must have populated its security. The first activity in the copy is set to active. The method is used to make a copy of a process (template). The process template flag is set to false.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Process CloneProcess(
	InstantiateProcessOptions options
)

Parameters

options
Type: Omada.OE.ModelInstantiateProcessOptions

Return Value

Type: Process
See Also