Click or drag to resize
AbstractAutomationManagerInfoTypeGetNextStepInfoInternal Method
Returns list of next steps for given object.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 8.2.23
Syntax
C#
protected override List<WorkflowStepInfo> GetNextStepInfoInternal(
	InfoType infoObj,
	AutomationStateInfo stateObj,
	WorkflowStepInfo step,
	UserInfo user
)

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: CMS.AutomationAutomationStateInfo
State object
step
Type: CMS.WorkflowEngineWorkflowStepInfo
Workflow step
user
Type: CMS.MembershipUserInfo
User

Return Value

Type: ListWorkflowStepInfo
See Also