Click or drag to resize
AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeGetEvalResolverInternal Method
Gets resolver for evaluation of transitions and source points

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
protected abstract MacroResolver GetEvalResolverInternal(
	InfoType infoObj,
	StateInfoType stateObj,
	WorkflowInfo workflow,
	WorkflowStepInfo step,
	UserInfo user
)

Parameters

infoObj
Type: InfoType
Info object
stateObj
Type: StateInfoType
State object
workflow
Type: CMS.WorkflowEngineWorkflowInfo
Workflow
step
Type: CMS.WorkflowEngineWorkflowStepInfo
Workflow step
user
Type: CMS.MembershipUserInfo
User

Return Value

Type: MacroResolver
See Also