Uninstall Workflow Manager

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

  1. In a terminal, switch to the root user.
  2. Stop the Workflow Manager Server service.
    # systemctl stop workflowmanager.service
  3. Stop the Workflow Manager Server service from starting when the machine is rebooted.
    # systemctl disable workflowmanager.service
  4. Remove the Workflow Manager Server service.
    # rm /etc/systemd/system/workflowmanager.service
  5. Uninstall Workflow Manager Server.
    # <arcgis-server-installation-location>/uninstall_WorkflowManager.sh