Skip to main content

Manage apps on SDR

Install, update, or remove connector apps on an existing SDR deployment. Use this guide when you need to add a new connector, apply a version update, or decommission an app.

Select your deployment type once—tabs stay in sync across all sections.

Install apps

Add a connector app to your SDR deployment when you need to run workflows for a new source system. Each connector type runs as its own app.

Your SDR Orchestrator deployment must be registered and Active before installing apps.

  1. Go to Workflows > Marketplace.
  2. Find the connector you want to install and click Install.
  3. Select the SDR deployment on which to install the app.

The Orchestrator pulls the image, provisions OAuth credentials, and starts the container. The app appears in your deployment's app list when the container is running.

Update apps

Keep connector apps current to pick up bug fixes, new source system support, and performance improvements. Updates are non-disruptive—active workflows finish before the container is replaced.

App images—including the SDR Orchestrator image itself—are automatically updated. No additional steps are required from the user.

Remove apps

Remove a connector app when you no longer run workflows for that source system. Removing an app doesn't affect your SDR deployment or other connector apps.

warning

Before removing an app, confirm no active workflows are assigned to it in Workflow Center. Removing an app while workflows use it causes those workflows to fail.

  1. Go to Settings > Self-Deployed Runtimes.
  2. Select your SDR deployment.
  3. Find the app and click Remove.

The Orchestrator stops the container and removes it from the deployment. The Orchestrator itself continues running.

See also