Zum Hauptinhalt gehen

CORS Issue Running Server Workflow

Kommentare

1 Kommentar

  • Ken Lyon

    The server url for a server workflow is stored in the properties of its AGOL/Portal item. It's likely you were using the internal url for the designer when you saved the server workflow.

    I recommend you do the following:

    1. Open Item Manager: https://apps.vertigisstudio.com/itemmanager
    2. Use the controls on the left to locate your server workflow and select it. (The actual content of the server workflow is saved on your server, but there is a “wrapper” workflow saved in AGOL/Portal.)
    3. In the second column, select Item JSON.
    4. Look for a section entitled “properties”, something like this:
        "properties": {
          "isServerWorkflow": true,
          "serverUrl": “https://(server)/vertigisstudio/workflow/service”
      },
    5. Edit the “serverUrl” to the value you want.
    6. Click Save at the bottom-right.

    It might also be possible to just access the designer using the public URL and edit/save your server workflow. I don't recall offhand if we replace the serverUrl on subsequent saves, or if it's only set once on creation.

     

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.