This commit is contained in:
Chris
2025-12-08 13:30:21 -08:00
committed by GitHub
Unverified
parent d7ca96923b
commit 1e6aedb3f9
17 changed files with 13 additions and 23 deletions
@@ -63,8 +63,6 @@ internal sealed class Program
// This also includes the ability to checkpoint workflow state and how to
// resume execution.
await this.Runner.ExecuteAsync(this.CreateWorkflow, input);
Notify("\nWORKFLOW: Done!\n");
}
/// <summary>