Has anyone written an Extract and Download workflow in Geocortex Workflow?
I am in the process of rewriting an Essentials 4 workflow in Geoocortex Workflow 5. It reads the list of layers in a geoprocessing service's Extract task and presents it to the user as a list to choose from. It then uses the same GP service to download the layers using an area of interest defined by the user. Is this available in Geocortex Workflow 5?
-
You should be able to do this in WF5. If there is not an activity (Run Geoprocessing) you can always query the endpoint and parse the JSON respond to get the layers, then use the user input to query the geoprocessor.
0 -
I have published a geoprocessing service and map service and I have included the Run Geoprocessing (asynchronous) activity in my workflow. I have checked the inputs to the activity and they are correctly defined as the layer the user picks and the area of interest. However the geoprocessing service always uses whichever layer or layer is the default (ie. the one used to publish the GP service), not the one chosen by the user and the results are always empty: eg. an empty shape file or no KMZ file at all.
The Run Geoprocessing (asynchronous) activity just seems to ignore all the input parameters provided to it.
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer