Unable to start/close conversation when virtual agent flow ends

dalejaurigue11
Tera Expert

Hi All,

I am having this issue when the virtual agent flow ends I am unable to start or close the conversation. This is very annoying as the user gets stuck. The new conversation icon is disabled, and I cannot type anything on the chat. Do you have an idea of what might be causing this issue? My flow is entirely on the greeting setup topic. Thanks in advance.

find_real_file.png

13 REPLIES 13

So can you share any details? 

Kind regards,
Mark
2020-2022 ServiceNow Community MVP
2020-2022 ServiceNow Developer MVP

---

LinkedIn
Community article, blog, video list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

So my main setup topic I assigned in the Greeting. (see attachment)

This is how my experience setup looks like. So with the custom experience I only have 2 setup topics.

find_real_file.png

find_real_file.png

 

Hi @Mark Roethof do the details I provided make sense or it needs further expalanation? 

dalejaurigue11
Tera Expert

Hi does anyone have any idea on this? It really is a big issue for us if we are unable to resolve the issue since the virtual agent gets stuck after all the topics have been executed. Is this an expected behaviour?

Lynda1
Kilo Sage

In your closing topic, does it end with this?

 

(function execute() {
vaSystem.endConversation();
})()
 
The above is within the script module
find_real_file.png