DurableWorkflowOptions.Workflows Property

Definition

Gets the collection of workflows available in the current context, keyed by their unique names.

public System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.Agents.AI.Workflows.Workflow> Workflows { get; }
member this.Workflows : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Agents.AI.Workflows.Workflow>
Public ReadOnly Property Workflows As IReadOnlyDictionary(Of String, Workflow)

Property Value

Applies to