We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a761d78 commit c1e45e0Copy full SHA for c1e45e0
src/samples/WorkflowCore.Sample09s/Program.cs
@@ -16,7 +16,7 @@ public static void Main(string[] args)
16
host.Start();
17
18
Console.WriteLine("Starting workflow...");
19
- string workflowId = host.StartWorkflow("Foreach").Result;
+ string workflowId = host.StartWorkflow("ForeachSync").Result;
20
21
22
Console.ReadLine();
@@ -41,4 +41,4 @@ private static IServiceProvider ConfigureServices()
41
}
42
43
44
-}
+}
0 commit comments