Share via


FlowValidator.Validate(Flow) Method

Definition

Validate if the Flow is valid.

public void Validate (Microsoft.SemanticKernel.Experimental.Orchestration.Flow flow);
abstract member Validate : Microsoft.SemanticKernel.Experimental.Orchestration.Flow -> unit
override this.Validate : Microsoft.SemanticKernel.Experimental.Orchestration.Flow -> unit
Public Sub Validate (flow As Flow)

Parameters

flow
Flow

Implements

Applies to