BotBuilder-Samples icon indicating copy to clipboard operation
BotBuilder-Samples copied to clipboard

CancelAllDialogs mechanism in Skills CoreBot

Open axelsrz opened this issue 5 years ago • 3 comments

The current behavior for Skill Core Bot considers cancelling all dialogs bottom-up, C# does provide this mechanism due to changes done for adaptive (DialogContainers, Dialog.Child property, CancelAllDialogsAsync bottom up, etc), but neither Python nor JS have ported those changes yet.

We should make a decision regarding what pattern to show in the samples to address this scenario in the missing languages.

axelsrz avatar Feb 24 '20 22:02 axelsrz

Moved this to R10 for triage discussions.

stevengum avatar May 15 '20 19:05 stevengum

@axelsrz. @stevengum, what do we need to decide if we take this in R11 or not?

gabog avatar Sep 11 '20 15:09 gabog

This change will ship with DialogManager changes

axelsrz avatar Oct 23 '20 00:10 axelsrz