Click or drag to resize
WorkflowStepInfoProviderValidateStepIntegrity Method
Checks whether selected start step and possibly source point already has a connection.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static void ValidateStepIntegrity(
	WorkflowStepInfo startStep,
	Guid sourcePointGuid
)

Parameters

startStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Start step
sourcePointGuid
Type: SystemGuid
Start step source point GUID
See Also