Run workflow in HTML5 Viewer
This is probably an easy answer but I haven't been able to find it. I would like to run a workflow using a link or button in the Home Panel. The documentation alludes to this but does not mention how to do it. I have a link pointing to the workflow endpoint but that just takes me there in the browser. Is there some constructor or keyword necessary to run the workflow?
Right now I have the following markup in the home panel.
<p>
<a href="http://supgis01.uspl.enbridge.com/Geocortex/Essentials/REST/sites/Depth_Of_Cover/workflows/Aworkflow/">Run this</a>
</p>
-
Hi Brent,
I don't know if you ever figured this out, but to run a workflow in your Home Panel it should look something like this:
<a href="command:RunWorkflowById?MyWorkflow">My Workflow's Public Facing Name</a>
Hope this helps. You basically call it the same way you would as a tool on the toolbar. The example I gave you is running a workflow from a hyperlink in the Home Panel.
-Laura-
0 -
Does this only work if the link is within the home panel?
I'm trying to run this command from a hyperlink in a feature description and it doesn't open a window.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare