You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
In waterfall dialog, the RunAsync extension method evaluates the result from the dialog and sets the Code property in the Eoc activity being sent back see DialogExtensions.RunAsunc.
Dialog manager doesn't set the code (see DialogManager).
Expected behavior
DialogManager should set the code like RunAsync does.