Share via


ExecutionState.StepStates Property

Definition

Execution state of each step

public System.Collections.Generic.Dictionary<string,Microsoft.SemanticKernel.Experimental.Orchestration.Execution.ExecutionState.StepExecutionState> StepStates { get; set; }
member this.StepStates : System.Collections.Generic.Dictionary<string, Microsoft.SemanticKernel.Experimental.Orchestration.Execution.ExecutionState.StepExecutionState> with get, set
Public Property StepStates As Dictionary(Of String, ExecutionState.StepExecutionState)

Property Value

Applies to