samples: WorkflowHelper => WorkflowFactory (#1640)

This commit is contained in:
Jacob Alber
2025-10-23 04:34:26 +00:00
committed by GitHub
parent e9687d59b4
commit feb3404a27
10 changed files with 16 additions and 16 deletions
@@ -27,7 +27,7 @@ public static class Program
private static async Task Main()
{
// Create the workflow
var workflow = WorkflowHelper.GetWorkflow();
var workflow = WorkflowFactory.BuildWorkflow();
// Create checkpoint manager
var checkpointManager = CheckpointManager.Default;