My bot logic includes a http request - GetFolderId.
When I don't get a response within 15 seconds, the bot repeats every activity from the last response of the user to the http request and continues with the activities past that to end of the activity set. However I don't want it to do anything until I get the response.
The right sequence should be 1; 1.1; wait for the response; 1.2; then 2 and CancelDialog() OR continue with the rest based on the evaluation.