Zum Hauptinhalt gehen

How to run a Geocortex Workflow from Identify operation

Kommentare

2 Kommentare

  • Guillaume Ruelle

    What you can do is providing a hyperlink in your feature description that calls your workflow. So

    >from your layer list in your site restmanager

    >edit layer

    >inside your Feature description, write something like this :

    <div><a href="command:RunWorkflowByUrlAndInputs?url=yourWorkflowURL;input1={ATTRIBUTE_NAME};input2=ANOTHER_input>Hyperlink</a></div>

     

    Then, in your workflow, just put a " Get Workflow Inputs" activity.

    That should do the job (if it's what you're looking for).

    0
  • Permanently deleted user

    Thanks, I didn't know I can run commands this way!

     

    Although this isn't what I'm trying to do. My idea is to run a workflow when the user uses Identify tool. The user will click on "Identify" button and then click somewhere on the map. My custom workflow will then run, receiving inputs from Identify operation. It is exactly what they do in the video, but it's with different type of workflow.

     

    My custom workflow needs a map point coordinates as an input to make a request to an external service which return some information about this map location.

    0

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