Steps involve in moving the process

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.

1 Like

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.

@naveen.s,

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.

  1. Download the Package from the Development Orchestrator:
  • Go to the Development Orchestrator.
  • Navigate to the Packages tab.
  • Find the required package and click on “View Versions.”
  • Click on “More Actions” and then “Download Package.”
  1. Upload the Package to the Production Orchestrator:
  • Launch the Production Orchestrator.
  • Go to the Packages tab.
  • Upload the downloaded package from the Development Orchestrator.
  1. Deploy the Package as a New Process:
  • After uploading, go to the Processes tab in the Production Orchestrator.
  • Add the uploaded package as a new process by configuring the necessary parameters (such as environment, entry points, etc.).

LLM helped me to make the answer more descriptive.

1 Like

@naveen.s

  1. If you have repo then you can use cics pipelines
  2. If no repo and if you are on cloud there is solution management which can help in migration
  3. If no solution management option or cloud then manually download the package and upload to prod and create assets and queues and process with triggers

Choose based on your availability

Chers