DurableWorkflowOptions Class
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.
Provides configuration options for managing durable workflows within an application.
public sealed class DurableWorkflowOptions
type DurableWorkflowOptions = class
Public NotInheritable Class DurableWorkflowOptions
- Inheritance
-
DurableWorkflowOptions
Properties
| Name | Description |
|---|---|
| Workflows |
Gets the collection of workflows available in the current context, keyed by their unique names. |
Methods
| Name | Description |
|---|---|
| AddWorkflow(Workflow) |
Adds a workflow to the collection for processing or execution. |
| AddWorkflows(Workflow[]) |
Adds a collection of workflows to the current instance. |
Extension Methods
| Name | Description |
|---|---|
| AddWorkflow(DurableWorkflowOptions, Workflow, Boolean, Boolean) |
Adds a workflow and configures whether to expose a status HTTP endpoint and/or an MCP tool trigger. |
| AddWorkflow(DurableWorkflowOptions, Workflow, Boolean) |
Adds a workflow and optionally exposes a status HTTP endpoint for querying pending HITL requests. |