Skip to content

Commit

Permalink
Merge pull request #1254 from AngrySKL/patch-1
Browse files Browse the repository at this point in the history
Update correct workflow name for Sample09s
  • Loading branch information
danielgerlag authored Aug 2, 2024
2 parents f6feecd + 9b9a5e2 commit 026d925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/samples/WorkflowCore.Sample09s/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static void Main(string[] args)
host.Start();

Console.WriteLine("Starting workflow...");
string workflowId = host.StartWorkflow("Foreach").Result;
string workflowId = host.StartWorkflow("ForeachSync").Result;


Console.ReadLine();
Expand All @@ -41,4 +41,4 @@ private static IServiceProvider ConfigureServices()
}

}
}
}

0 comments on commit 026d925

Please sign in to comment.