Click or drag to resize
WorkflowTransitionInfoProviderGetWorkflowTransitions Method (Int32)
Returns the Dataset of workflow transitions.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<WorkflowTransitionInfo> GetWorkflowTransitions(
	int workflowId
)

Parameters

workflowId
Type: SystemInt32
Workflow ID

Return Value

Type: InfoDataSetWorkflowTransitionInfo
See Also