How do I get highlighted features from map in Vertigis Studio Web in Worklflow 5?
Hi,
I am trying to get the highlighted features from the map in Vertigis Studio Web. This what I do:
- I use the identify tool in VGW to identify several parcels
- the results are displayed in the results table and these results are highlighted on the map
- I run a workflow that opens a form with a button. If I press the button it runs the "run operation" activity in the click event, with "highlights.get" in the "operation name" parameter
- the workflow just stops at that activity with no error. In the console I see one log line for that activity with the input parameter filled and the output parameter set to "undefined". I expect a second log line for this activity with the output parameter filled but that doesn't occur. Instead the workflow form closes, without any error. It doesn't run the next activity.
- "highlights.get-focused" as "operation name" parameter results in the same behaviour.
I also tried to fill the "Operation Parameter" with "=$map1.map.extension". This doesn't help.
How do I get the highlighted features in Workflow 5?
-
Hi Eric,
I'm not sure if you figured out your issues; But in your workflow, you will want to have a 'Get Workflow Inputs' activity to kick off the workflow. From there, I usually use the 'Run Operation' activity with the Operation Name set to 'results.to-graphics' and the Operation Parameter as '=$getWorkflowInputs.inputs.context'. The <getWorkflowInputs> is whatever your workflow input activity is named.
Hope this helps,
Bryan
0
Please sign in to leave a comment.
Comments
1 comment