Run an ESRI Geoprocessing Task from WF5
I have a Geoprocessing task that takes the selected features and converts them to an Excel table.
When I execute the task "...Test/TableToExcel/GPServer/Table To Excel/execute" and give it a JSON argument - it executes fine. I would like to run this in WF5. I am able to generate the JSON object but the Run_Geoprocessing widget does not accept the JSON argument. I have tried using the ParseJson widget to parse it out to an object, but this fails as well. Does anyone know how to make this work - and then when I get the result - open the result excel document?
Thanks
Darryl
-
I was able to get my execute GP working - argument has to be:
={Input_Table: $json1.json}
But now I don't know how to open my resulting Excel document? Any suggestions?
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar