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