Click or drag to resize
AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeHandleStepTimeoutInternal Method
Handles step timeout

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void HandleStepTimeoutInternal(
	InfoType infoObj,
	StateInfoType stateObj,
	UserInfo user,
	WorkflowInfo workflow,
	WorkflowStepInfo currentStep,
	WorkflowStepInfo step
)

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: StateInfoType
State object
user
Type: CMS.MembershipUserInfo
User info
workflow
Type: CMS.WorkflowEngineWorkflowInfo
Workflow
currentStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Current workflow step
step
Type: CMS.WorkflowEngineWorkflowStepInfo
Target workflow step
See Also