Click or drag to resize
WorkflowManager.GetPreviousStepsInternal Method
Returns list of previous steps for current workflow cycle

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
protected override List<WorkflowStepInfo> GetPreviousStepsInternal(
	TreeNode node,
	BaseInfo stateObj,
	WorkflowStepInfo step
)

Parameters

node
Type: CMS.DocumentEngine.TreeNode
Tree node
stateObj
Type: CMS.DataEngine.BaseInfo
State object
step
Type: CMS.WorkflowEngine.WorkflowStepInfo
Current workflow step

Return Value

Type: List<WorkflowStepInfo>
See Also