DurableWorkflowOptions.AddWorkflows(Workflow[]) Method

Definition

Adds a collection of workflows to the current instance.

public void AddWorkflows(params Microsoft.Agents.AI.Workflows.Workflow[] workflows);
member this.AddWorkflows : Microsoft.Agents.AI.Workflows.Workflow[] -> unit
Public Sub AddWorkflows (ParamArray workflows As Workflow())

Parameters

workflows
Workflow[]

The collection of Workflow objects to add.

Exceptions

Thrown when workflows is null.

Applies to