DurableWorkflowOptions Class

Definition

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.

Applies to