How to pass success status from one robot to another robot

How to pass success status from one robot to another robot

Hi @DhanashreeLokhande

You mean to say in orchestrator or in code

Thanks
Ashwin.S

In Orchestrator

Hi @DhanashreeLokhande

You can use boolean Asset, and keep the status as false initially.

When First bot completes execution successfully then you can set the value to True using Set Asset activity. Second Bot can refer the status.