any one has idea about how to run 2 agent
i used below formula
@command([toolsrunmacro];“agent1”)
@Postedcommand([toolsrunmacro];“agent2”)
i want to run the agent2 onl;y after agent1 run successfully, i cant execute the agent2 in agent1 itself due to some reason.