Click or drag to resize
AbstractAutomationManagerInfoTypeGetPreviousStepsInternal Method
Returns list of previous steps for current cycle

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

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: CMS.AutomationAutomationStateInfo
State object
step
Type: CMS.WorkflowEngineWorkflowStepInfo
Current workflow step

Return Value

Type: ListWorkflowStepInfo
See Also