Click or drag to resize
AbstractAutomationManagerInfoTypeGetPreviousStepInfoInternal Method
Returns previous step information for given object.

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

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: CMS.AutomationAutomationStateInfo
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