Skip to content

Commit 9b9a5e2

Browse files
authored
Update correct workflow name for Sample09s
1 parent a761d78 commit 9b9a5e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/samples/WorkflowCore.Sample09s/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static void Main(string[] args)
1616
host.Start();
1717

1818
Console.WriteLine("Starting workflow...");
19-
string workflowId = host.StartWorkflow("Foreach").Result;
19+
string workflowId = host.StartWorkflow("ForeachSync").Result;
2020

2121

2222
Console.ReadLine();
@@ -41,4 +41,4 @@ private static IServiceProvider ConfigureServices()
4141
}
4242

4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)