Skip to main content

CityWorks Activity Pack for VertiGIS studio workflow in Experience builder dev edition

Comments

2 comments

  • Martin Lauenborg

    I'm experiencing the same issue, but with other custom activity packs:

    • ArcGIS Maps SDK for JavaScript
    • Web APIs

    I'm using the VertGIS Studio Workflow Experience Builder Widget, version 2.4.0, on ArcGIS Enterprise 11.5.

    Has anyone else managed to get a custom activity pack for Workflow running in Experience Builder?

    0
  • Amanda Frech

    Here's some notes I took a couple years ago on the process that's worked for me before (with the developer edition of experience builder specifically):

    • Open command prompt on server where ExB is installed
    • Run: CD [path to ExB installation]\vertigis-tools
      • eg. CD C:\Program Files\ArcGIS\ArcGISExperienceBuilder113\vertigis-tools
    • Run: npm run activity-pack add
    • Enter the main.js url for your activity pack, and hit enter
    • Shut down and restart both the server and client components of ExB after installing the activity pack
      • For servers that are using a windows service to run ExB, this means stopping the windows service, and using command prompts to re-start ExB client and server the same way as described in Esri's install guide.  Eg.
        • cd C:\Program Files\ArcGIS\ArcGISExperienceBuilder113\server
        • npm start
        • (then open another new command prompt and repeat for the "client" folder)
      • **Restarting the windows service doesn't seem to restart both components, so for the first restart its necessary to use these command prompts instead
    0

Please sign in to leave a comment.