How to take the orchestrator link or name in workflow?

Hello!

I have a robor which is tested on an test Orchestrator. But in production this robot use another Orchestrator. How can i detect in my code the Orchestrator is used when the robot is running to set a variable like onTest=True/False?

Thank you!

Hi @Andrei_Croitoru

It will be easy if you think in other way, like create an asset named “Orchestrator_Environment” = “Dev/Test/UAT/Prod”

Read this asset inside your workflow and based on the asset value, you can set the variable value as true/false

Thanks
John

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.