Aller au contenu principal

How VertiGIS Studio Worflow expose restful API to third-party applications

Commentaires

2 commentaires

  • Berend Veldkamp

    One big difference between workflows in Essentials and VertiGIS Studio, is that the former in essence run on the server, while the latter usually start running in the context of a viewer (i.e. the browser), and only if you specifically wrote a server workflow, it will execute on the server.

    Server workflows have a REST endpoint, and can therefore be called by external software. The documentation can be found here: https://<host>/vertigisstudio/workflow/service/specification

    What you would need to do is get an access token first by supplying an ArcGIS token. You can then use that access token to run a workflow by calling the /job/run endpoint.

    0
  • Ken Lyon

    Stephen Yan If you have the ability to run python in your environment, you could consider this new script that we just published:

    https://github.com/vertigis/vertigis-workflow-client-py

     

    0

Vous devez vous connecter pour laisser un commentaire.