Click or drag to resize
AbstractAutomationManagerInfoTypeStartProcessInternal Method
Starts process on given object.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
protected virtual WorkflowStepInfo StartProcessInternal(
	InfoType infoObj,
	int processId,
	ObjectWorkflowTriggerInfo trigger
)

Parameters

infoObj
Type: InfoType
Object instance
processId
Type: SystemInt32
Process ID
trigger
Type: CMS.AutomationObjectWorkflowTriggerInfo
Trigger which initiated the process

Return Value

Type: WorkflowStepInfo
See Also