WorkflowStepInfoProviderValidateStepIntegrity Method |
Checks whether selected start step and possibly source point already has a connection.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax 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