Logo
Explore
Register Sign In
agent/agent-framework
Watch 2
Star 0
Fork 0
mirror of https://github.com/microsoft/agent-framework.git synced 2026-06-16 21:04:09 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
91fcd9b29b325fc8d34259f4789705f763f5a47f
agent-framework/dotnet/samples/04-hosting/DurableWorkflows/ConsoleApps
T
History
Shyju Krishnankutty 5beb0418d3 Add YieldsOutput(string) to workflow shared state sample executors
ValidateOrder and EnrichOrder call YieldOutputAsync with string messages,
but only their TOutput (OrderDetails) was in the allowed yield types.
This caused TargetInvocationException in the WorkflowSharedState sample
validation integration test.
2026-03-12 12:48:17 -07:00
..
01_SequentialWorkflow
Move durable workflow samples to 04-hosting/DurableWorkflows
2026-03-03 13:56:53 -08:00
02_ConcurrentWorkflow
Fix build errors: remove duplicate base class members, update renamed APIs
2026-03-03 14:59:02 -08:00
03_ConditionalEdges
Fix typo PaymentProcesser -> PaymentProcessor and garbled arrows in README
2026-03-03 19:50:16 -08:00
04_WorkflowAndAgents
Fix build errors: remove duplicate base class members, update renamed APIs
2026-03-03 14:59:02 -08:00
05_WorkflowEvents
Fix build errors: remove duplicate base class members, update renamed APIs
2026-03-03 14:59:02 -08:00
06_WorkflowSharedState
Add YieldsOutput(string) to workflow shared state sample executors
2026-03-12 12:48:17 -07:00
07_SubWorkflows
Fix dotnet format issues: add UTF-8 BOM and remove unused using
2026-03-03 17:46:14 -08:00
08_WorkflowHITL
Fix build errors: remove duplicate base class members, update renamed APIs
2026-03-03 14:59:02 -08:00