Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#6355] ContinueDialog fails to find dynamically loaded dialog after bot restart #6365

Merged
merged 1 commit into from
Jul 12, 2022

Conversation

sw-joelmut
Copy link
Collaborator

Fixes #6355

Description

This PR adds the ability to load dynamically dialogs when the bot is restarted during a conversation.

Specific Changes

  • Adds a step to gather the dialog resource when isn't found in the dialogs stack from the ResourceExplorer to be loaded automatically into the dialogs stack.

Testing

The following image shows the dialog working from a Composer bot and the new unit test passing.
image

@sw-joelmut sw-joelmut requested a review from a team as a code owner June 16, 2022 14:34
@sw-joelmut sw-joelmut added the Automation: No parity PR does not need to be applied to other languages. label Jun 16, 2022
@sw-joelmut
Copy link
Collaborator Author

Hi @EricDahlvang, can you take a look at this PR?. It is related to the previous PR #6338.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Automation: No parity PR does not need to be applied to other languages.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ContinueDialog fails to find dynamically loaded dialog after bot restart
2 participants