Hi All,
I need to know how to move the process developed from Development orchestrator to production orchestrator after completion of UAT.
Please let me know.
Hi All,
I need to know how to move the process developed from Development orchestrator to production orchestrator after completion of UAT.
Please let me know.
Hi @naveen.s
Ensure the Production environment matches the Development setup. Export the package (.nupkg) from the Development Orchestrator and upload it to the Production Orchestrator. Configure triggers if needed, and test the deployment in Production.
There are multiple way to deploy package from one tenant to another. If your orgnization have CICD pipeline setup, you don’t need any additional actions except the approval in the system to deploy it to PROD. With just a pipeline run, your package and it’s dependencies will be deployed to PROD.
If CICD pipeline is not setup, make sure all the dependencies like Queue, assets etc. added manually to the tenant and follow the below steps.
LLM helped me to make the answer more descriptive.
Choose based on your availability
Chers