Click or drag to resize
WorkflowStepInfoProviderConnectSteps Method
Connects two steps.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static WorkflowTransitionInfo ConnectSteps(
	WorkflowStepInfo startStep,
	Guid sourcePoint,
	WorkflowStepInfo endStep
)

Parameters

startStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Start step
sourcePoint
Type: SystemGuid
Start source point for branching steps. Use Guid.Empty if there is no branching and standard source point should be used.
endStep
Type: CMS.WorkflowEngineWorkflowStepInfo
End step

Return Value

Type: WorkflowTransitionInfo
See Also