Click or drag to resize

ProcessControllerCreateProcessInstance Method (Int32, InstantiateProcessOptions)

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

Parameters

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

Return Value

Type: Int32
Returns the id of the new process instance.
See Also