FlowStep.DependsOn(FlowStep) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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