DurableWorkflowOptions.Workflows Property
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 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)