Workflow and external window
Hello all,
We have written (designed) a workflow with the designer, and we have included a custom code activity within it.
Our workflow runs well, but we want, at the end of the workflow, open a new browser window (window.open) and call an external ASPX page, to whom we will pass an argument, extracted from our custom code activity.
What we are trying to acheive is this, Select an action item in the I want to manu, draw a free hand polygon, start a workflow, do our custom thing with the result from an ArcGIS spatial query and upon the end of the workflow, do a window.open(/page.aspx?id=abcde) where abcde is the output from our custom activity which is the last activity in the worflow.
Is there a way to open a window instead of outputting to the container window (left result panel)
Thank you
Jeff
-
You should be able to use the RunExternalCommand activity to execute the NavigateToUri command; the Command Parameter would be the URL i.e. /page.aspx?id=abcde
Nicholas
0 -
Well,
This sounds like it is too eazy :D It is exactly what I want however.
I will give that a try.
Thank you very much !!!
Jeff
0
Please sign in to leave a comment.
Comments
2 comments