Click or drag to resize

MainCreateProcessInstance Method

Used to create a process instance based on a timer.

If the process template is an edit process, then the action object is used as the target in the new process.

Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type)Process

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public bool CreateProcessInstance(
	CodeMethodInvokeContext context,
	string processTemplateUIdStr
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
processTemplateUIdStr
Type: SystemString
UId of the process template used to create the new process instance

Return Value

Type: Boolean
See Also