How to call workflow from Home Panel html
After watching the short video on how to configure the Home Panel for 1.9 I was curious if I could call a workflow from a URL command.
The example called the command:OpenOverviewMap from the URL prompt.
Is there something similar to call a predefined workflow, something along the lines of:
command:RunWorkflowByID(WorkflowName)
Thanks,
Geoff
-
Hello Geoff,
Yes, you can run a workflow, or multiple workflows, by using the &runWorkflow=(WorkflowName1),(WorkflowName2) command in your URL.There's also section '8.1 URL Parameters' in the Administrator and Developer Guide.pdf for the Geocortex Viewer for Silverlight which outlines the currently supported URL parameters.
Thanks,
Stefan0 -
Geoff, in the video, it indeed listed a command:runworkflowbyid. It references this in the quickstart developers guide.
<a href="command:RunWorkflowById?Basic_Workflow">Basic Workflow</a>
0 -
Thats the one!
Thanks guys.
0
Please sign in to leave a comment.
Comments
3 comments