Share via


Flow.AddStep(FlowStep) Method

Definition

Adds a step to the flow

public void AddStep (Microsoft.SemanticKernel.Experimental.Orchestration.FlowStep step);
member this.AddStep : Microsoft.SemanticKernel.Experimental.Orchestration.FlowStep -> unit
Public Sub AddStep (step As FlowStep)

Parameters

step
FlowStep

the FlowStep instance

Applies to