Click or drag to resize

ProcessInstantiationHelperMakeProcessInstance Method

Creates a new process instance based on a process template WITHOUT saving the new process instance to the database.

Namespace:  Omada.OE.AppLogic.Helpers
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Process MakeProcessInstance(
	int processTemplateId,
	InstantiateProcessOptions options
)

Parameters

processTemplateId
Type: SystemInt32
options
Type: Omada.OE.ModelInstantiateProcessOptions

Return Value

Type: Process
The new (unsaved) process instance is returned.
See Also