How to run a Geocortex Workflow from Identify operation
Hello,
I'm trying to call a Geocortex Workflow 5 from Identify operation but can't find the right way to do it. I've found a post here: https://www.geocortex.com/running-geocortex-essentials-workflows-from-an-identify-operation-geocortex-tech-tip/ but it uses Essentials workflow and by following the steps from the video I'm unable to accomplish my goal.
Is it possible to call a geocortex workflow 5 from Identify operation?
-
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 -
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
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer