Hello,
Is there a way to share the XML session from the parent BOT to the Child BOT(s) as session?
For instance:
I have a scenario, where I have to start the session in the taskbot named “abc” & then pass the session value to the child task bot(“def”) - which is being called in abc.
I tried this, but its taking as string value, instead of session. I have tried checking in the session variable in the A360, but couldn’t find any with XML.
I can write the whole logic(starting session & getting values) within the same taskbot, but that will become boiler plate code as I have to get multiple values from this.
Anybody has gone through similar kind of issue?
Thanks in advance
Sai Teja Gayala