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

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

Parameters

node
Type: CMS.DocumentEngineTreeNode
Tree node
stateObj
Type: CMS.DataEngineBaseInfo
State object
step
Type: CMS.WorkflowEngineWorkflowStepInfo
Current workflow step

Return Value

Type: ListWorkflowStepInfo
See Also