Commit Graph
4 Commits
Author SHA1 Message Date
Shyju KrishnankuttyandCopilot 1d0e44fb86 Add YieldOutputAsync calls to 05_WorkflowEvents sample executors
The integration test asserts that WorkflowOutputEvent is found in the
stream, but the sample executors only used AddEventAsync for custom
events and never called YieldOutputAsync. Since WorkflowOutputEvent is
only emitted via explicit YieldOutputAsync calls, the assertion would
fail. Added YieldOutputAsync to each executor to match the test
expectation and demonstrate the API in the sample.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-17 19:06:46 -08:00
Shyju Krishnankutty 3248060903 PR feedback fixes 2026-02-17 18:02:34 -08:00
Shyju Krishnankutty 8ffe7e6092 Adding support for events & shared state in durable workflows. 2026-02-17 14:41:11 -08:00
Shyju KrishnankuttyandGitHub e8d0bd9051 .NET: [Feature Branch] Add basic durable workflow support (#3648)
* Add basic durable workflow support.

* PR feedback fixes

* Add conditional edge sample.

* PR feedback fixes.

* Minor cleanup.

* Minor cleanup

* Minor formatting improvements.

* Improve comments/documentation on the execution flow.
2026-02-06 16:02:42 -08:00