diff --git a/src/samples/WorkflowCore.Sample09s/Program.cs b/src/samples/WorkflowCore.Sample09s/Program.cs index 09e04abb8..2c60afe02 100644 --- a/src/samples/WorkflowCore.Sample09s/Program.cs +++ b/src/samples/WorkflowCore.Sample09s/Program.cs @@ -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(); @@ -41,4 +41,4 @@ private static IServiceProvider ConfigureServices() } } -} \ No newline at end of file +}