Hi everyone, i have a problem which i can’t resolve for 2 weeks, let me explain my problem.
I have 2 different on-prem ochestrator. One of is product (only 1 robot license) other one is studio (only 1 developer license). Every assets and queues and folders etc. same on these 2 orchestrator. When i wanted to publish a project to product orchestrator from studio, i publish it to local and create .nupkg. After that i login to product orchestrator on browser and upload package from “Tenant/Packages/Upload”.
I have 11 project on product orhestrator and there are 5-6 exacly same workflows using by all projects. When i wanted to change someting at these workflows, i need to copy this workflow to all projects and publish the all projects…
When i want to use libraries to these same workflows. I create library and use on project at developer server, everthing okay. But when i use same project on product server (by robot i mean), there is an error says “i cant find this library whit this id”. Because, when i publish same library to 2 orchestrator and orchestrators gives different ids to this library. I can not call library by name only from id, so i cant use library. I tried change the ids from database but i learned when i publish with new version of library, orchestrator gives another id. Check below;
If I want to call xaml file outside the project folder. It gives error because Windows projects InvokeWorkflowFile activity doesn’t support to call xaml file outside the project folder. Check below;
What do you guys suggest to solve this problem?