Click or drag to resize

ProcessControllerMakeProcessInstance Method

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

Namespace:  Omada.OE.AppLogic
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
See Also