Click or drag to resize
AbstractAutomationManagerInfoTypeGetPreviousSteps Method
Returns list of previous steps for current process

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
public List<WorkflowStepInfo> GetPreviousSteps(
	InfoType infoObj,
	AutomationStateInfo stateObj
)

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: CMS.AutomationAutomationStateInfo
State object

Return Value

Type: ListWorkflowStepInfo
See Also