Share via


FlowStep.DependsOn(FlowStep) Method

Definition

Check if the step depends on another step

public bool DependsOn (Microsoft.SemanticKernel.Experimental.Orchestration.FlowStep otherStep);
member this.DependsOn : Microsoft.SemanticKernel.Experimental.Orchestration.FlowStep -> bool
Public Function DependsOn (otherStep As FlowStep) As Boolean

Parameters

otherStep
FlowStep

The other step

Returns

true if the step depends on the other step, false otherwise

Applies to