Click or drag to resize
AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeGetPreviousStepInfoInternal Method
Returns previous step information for given node.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
protected abstract WorkflowStepInfo GetPreviousStepInfoInternal(
	InfoType infoObj,
	StateInfoType stateObj,
	WorkflowStepInfo step,
	bool markAsUsed
)

Parameters

infoObj
Type: InfoType
Info object
stateObj
Type: StateInfoType
State object
step
Type: CMS.WorkflowEngineWorkflowStepInfo
Current workflow step
markAsUsed
Type: SystemBoolean
Indicates if the history should be marked as used.

Return Value

Type: WorkflowStepInfo
See Also