Share via


Flow.AddSteps(FlowStep[]) Method

Definition

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())

Parameters

steps
FlowStep[]

the array of FlowStep instance to be add

Applies to