Click or drag to resize
AbstractAutomationManagerInfoTypeStartProcessInternal Method (IEnumerableAutomationProcessItemInfoType, Int32, ObjectWorkflowTriggerInfo)
Starts process on given object.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 10.0.0
Syntax
C#
protected virtual void StartProcessInternal(
	IEnumerable<AutomationProcessItem<InfoType>> infoObjects,
	int processId,
	ObjectWorkflowTriggerInfo trigger
)

Parameters

infoObjects
Type: System.Collections.GenericIEnumerableAutomationProcessItemInfoType
Object instances
processId
Type: SystemInt32
Process ID
trigger
Type: CMS.AutomationObjectWorkflowTriggerInfo
Trigger which initiated the process
See Also