Working demos

This commit is contained in:
Shyju Krishnankutty
2026-01-24 17:04:18 -08:00
parent 774a83cf53
commit 6224bce853
10 changed files with 39 additions and 107 deletions
@@ -67,7 +67,7 @@ public sealed class DurableWorkflowOptions
/// Adds a collection of workflows to the current instance.
/// </summary>
/// <param name="workflows">The collection of <see cref="Workflow"/> objects to add. Cannot be <see langword="null"/>.</param>
public void AddWorkflow(IEnumerable<Workflow> workflows)
public void AddWorkflows(IEnumerable<Workflow> workflows)
{
ArgumentNullException.ThrowIfNull(workflows);