Flow.AddSteps(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.
Adds steps to the flow
public void AddSteps (params Microsoft.SemanticKernel.Experimental.Orchestration.FlowStep[] steps);
member this.AddSteps : Microsoft.SemanticKernel.Experimental.Orchestration.FlowStep[] -> unit
Public Sub AddSteps (ParamArray steps As FlowStep())