AbstractAutomationManagerInfoTypeStartProcess Method (InfoType, Int32, ObjectWorkflowTriggerInfo) |
Starts process on given object.
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax public WorkflowStepInfo StartProcess(
InfoType infoObj,
int processId,
ObjectWorkflowTriggerInfo trigger = null
)
Parameters
- infoObj
- Type: InfoType
Object instance - processId
- Type: SystemInt32
Process ID - trigger (Optional)
- Type: CMS.AutomationObjectWorkflowTriggerInfo
Trigger which initiated the process
Return Value
Type:
WorkflowStepInfoSee Also