Share via


Workflow.ReflectExecutors Method

Definition

Gets the collection of executor bindings, keyed by their ID.

public System.Collections.Generic.Dictionary<string,Microsoft.Agents.AI.Workflows.ExecutorBinding> ReflectExecutors();
member this.ReflectExecutors : unit -> System.Collections.Generic.Dictionary<string, Microsoft.Agents.AI.Workflows.ExecutorBinding>
Public Function ReflectExecutors () As Dictionary(Of String, ExecutorBinding)

Returns

A copy of the executor bindings dictionary. Modifications do not affect the workflow.

Applies to