Click or drag to resize
WorkflowStepInfoProviderValidateStepIntegrityInternal 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#
protected virtual void ValidateStepIntegrityInternal(
	WorkflowStepInfo startStep,
	Guid sourcePointGuid
)

Parameters

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