Skip to main content
Navigator | Tier 3
November 30, 2024
Question

is there a way to share XML session

  • November 30, 2024
  • 2 replies
  • 116 views

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

https://www.linkedin.com/in/sai-teja-gayala-22192114a/

2 replies

Cadet | Tier 2
June 16, 2025

Did anyone get a solution to the above issue?

Shreya.Kumar
Pathfinder Community Team
July 2, 2025

I’d recommend storing the XML output as an output variable and passing this between parent and child bots instead of passing the XML session