Skip To Content

Uninstall Workflow Manager

The following steps guide you through uninstalling ArcGIS Workflow Manager Server and Workflow Manager web app.

RHEL 7.x and above

  1. Stop the ArcGIS Workflow Manager Server service:
    $ sudo systemctl stop workflowmanager.service
  2. Stop the ArcGIS Workflow Manager Server service from being starting when the machine is rebooted:
    $ sudo systemctl disable workflowmanager.service
  3. Delete the ArcGIS Workflow Manager Server service:
    $ sudo rm /etc/systemd/system/ workflowmanager.service
  4. Uninstall ArcGIS Workflow Manager Server:
    $ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh

RHEL 6.x

  1. Stop the ArcGIS Workflow Manager Server service:
    $ service ArcGISWorkflowManager-service stop
  2. Stop the ArcGIS Workflow Manager Server service from being starting when the machine is rebooted:
    $ sudo chkconfig --del ArcGISWorkflowManager-service off
  3. Delete the ArcGIS Workflow Manager Server service:
    $ sudo chkconfig --del ArcGISWorkflowManager-service
    $ sudo rm /etc/init.d/ArcGISWorkflowManager-service
  4. Uninstall ArcGIS Workflow Manager Server:
    $ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh
    For example: $ ~/arcgis/server/uninstall_WorkflowManager.sh

SUSE

  1. Stop the ArcGIS Workflow Manager Server service:
    $ /etc/init.d/ArcGISWorkflowManager-service stop
  2. Stop the ArcGIS Workflow Manager Server service from being starting when the machine is rebooted:
    Switch to root user ($ su)
    $ chkconfig ArcGISWorkflowManager-service off
  3. Delete the ArcGIS Workflow Manager Server service:
    $ insserv –r ArcGISWorkflowManager-service
    $ rm /etc/init.d/ArcGISWorkflowManager-service
    End the root user session
  4. Uninstall ArcGIS Workflow Manager Server:
    $ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh
    For example: $ ~/arcgis/server/uninstall_WorkflowManager.sh

Ubuntu Server 16.04.x LTS and above:

  1. Stop the ArcGIS Workflow Manager Server service:
    $ sudo systemctl stop workflowmanager.service
  2. Stop the ArcGIS Workflow Manager Server service from being starting when the machine is rebooted:
    $ sudo systemctl disable workflowmanager.service
  3. Delete the ArcGIS Workflow Manager Server service:
    $ sudo rm /etc/systemd/system/workflowmanager.service
  4. Uninstall ArcGIS Workflow Manager Server:
    $ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh
    For example: $ ~/arcgis/server/uninstall_WorkflowManager.sh

Ubuntu Server 12.04.x LTS:

  1. Stop the ArcGIS Workflow Manager Server service:
    $ ArcGISWorkflowManager-service stop
  2. Stop the ArcGIS Workflow Manager Server service from being starting when the machine is rebooted:
    $ sudo update-rc.d -f ArcGISWorkflowManager-service remove
  3. Delete the ArcGIS Workflow Manager Server service:
    $ sudo rm /etc/init.d/ArcGISWorkflowManager-service
  4. Uninstall ArcGIS Workflow Manager Server:
    $ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh
    For example: $ /arcgis/server/uninstall_WorkflowManager.sh

Uninstall Workflow Manager web app

Uninstall the ArcGIS Workflow Manager web app:

$ <portal-installation-location>/uninstall_WorkflowManager.sh
For example: $ ~/arcgis/portal/uninstall_WorkflowManager.sh