Skip to main content

Install ArcGIS Workflow Manager Server

Available with Workflow Manager license.

ArcGIS Workflow Manager Server can be installed on its own machine or on the hosting server machine. For production deployments, it is recommended that you install ArcGIS Workflow Manager Server on its own machine. To install ArcGIS Workflow Manager Server on its own machine, ArcGIS Server must be installed on the same machine but does not need to be licensed as a GIS server. The ArcGIS Workflow Manager Server license provides access to only the ArcGIS Workflow Manager Server capability on the machine.

To enable the Workflow Manager service-based architecture, the Workflow Manager Server role must be installed and licensed.

  1. Sign in as a user with administrative privileges.

  2. Obtain an authorization file for the machine on which you are installing Workflow Manager Server.

  3. Sign in to My Esri.

    Learn more about downloading and installing Esri software from My Esri

  4. Click the My Organization tab.

  5. Click the Downloads tab.

    The Products page appears.

  6. Locate ArcGIS Enterprise (Windows) and click View Downloads.

  7. Locate ArcGIS Enterprise (Linux) and click View Downloads.

    The Download Components tab appears.

  8. Expand the Product Components section.

  9. Click Download for the ArcGIS Workflow Manager Server setup package.

  10. Browse to the folder that contains the downloaded setup package and double-click the file to extract its contents.

  11. Browse to the location that contains the setup package and extract the contents:

    The setup program launches automatically.

    $ tar -zxvf ArcGIS_WorkflowManager.tar.gz

  12. If the setup program does not launch automatically, browse to the location of the extracted setup files and double-click Setup.exe.

  13. Browse to the location that contains the extracted setup files and run Setup.sh to start the installation.

  14. Review the license agreement and accept it, or close the window if you do not agree with the terms.

  15. License Workflow Manager Server by running the ArcGIS Server Software Authorization tool:

    $ <arcgis-server-install-location>/tools/authorizeSoftware

    Learn more about the authorization tool

  16. Follow the directions on the screen to complete the installation.

  17. Configure Workflow Manager Server to start automatically with the operating system by enabling the Workflow Manager Server service.

Enable the Workflow Manager Server service

Complete the following steps to configure Workflow Manager Server to start with the operating system:

  1. Switch to the root user.

  2. Copy the Workflow Manager Server service unit file to the systemd service.

    # cp <arcgis-server-install-location>/WorkflowManager/bin/workflowmanager.service /etc/systemd/system

  3. Enable the Workflow Manager Server service to start automatically when the machine is rebooted.

    # systemctl enable workflowmanager.service

  4. Restart the Workflow Manager Server service and review the status to verify that the systemd service is configured correctly.

    # systemctl stop workflowmanager.service
    # systemctl start workflowmanager.service
    # systemctl status workflowmanager.service
    
  5. Reboot the operating system and verify that Workflow Manager Server starts.

If you are setting up a high-availability Workflow Manager Server deployment, repeat installation steps for each machine.