| AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeGetPreviousStepInfoInternal Method | 
            Returns previous step information for given node.
            
 
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
 Syntax
Syntaxprotected 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
See Also