Workflow.ReflectExecutors 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.
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.