AbstractAutomationManagerInfoTypeStartProcessInternal Method (IEnumerableAutomationProcessItemInfoType, Int32, ObjectWorkflowTriggerInfo) |
Starts process on given object.
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax 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