Click or drag to resize
WorkflowInfoProviderGetWorkflowInfo Method (String)
Returns the WorkflowInfo structure for the specified workflow name. (Except the automation processes.)

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static WorkflowInfo GetWorkflowInfo(
	string workflowName
)

Parameters

workflowName
Type: SystemString
Workflow name to use for retrieving the data

Return Value

Type: WorkflowInfo
See Also