Use an Out Argument outside of the HTML5 Viewer
Does anyone know how to utilize an out argument outside of the HTML5 viewer?
I have a public website where a user enters an address and clicks on a button which runs a Geocortex Workflow. The workflow generates a report. Is there anyway to pass the report URL back to my public website? We are trying to avoide having a map interface since the users will not need one.
0
-
If your workflow ends with a display hyperlink activity, you could capture the URL for the report from the JSON returned by the workflow. You would need to add some code to your public website page that would execute the workflow, capture the request's response and parse out the JSON for the appropriate output parameter. 0 -
Thanks Peter,
Yes I figured that. Was hoping someone had a snippit of code that I can add to my webpage to download the URL from the hyperlink activity.
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer