AbstractAutomationManagerInfoTypeStartProcess Method (IEnumerableAutomationProcessItemInfoType, Int32, ObjectWorkflowTriggerInfo) |
Starts process on given objects.
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax public void StartProcess(
IEnumerable<AutomationProcessItem<InfoType>> objects,
int processId,
ObjectWorkflowTriggerInfo trigger = null
)
Parameters
- objects
- Type: System.Collections.GenericIEnumerableAutomationProcessItemInfoType
Object instances - processId
- Type: SystemInt32
Process ID - trigger (Optional)
- Type: CMS.AutomationObjectWorkflowTriggerInfo
Trigger which initiated the process
See Also