Close results frame at certain point in workflow
I have a workflow where I gather results from a user and then present dialog(s) based on that selection. The thing I am trying to eliminate is the intervening Results Frame (with the selected features showing as a result) from popping up. I just want this workflow to go to the dialog without showing the results pane.
I have tried RunExternalCommand activties of "ToggleResultsFrame" and "CloseResultsFrame" in the appropraite place in the workflow with no success. Am I missing something?
I think I could probably get rid of the results view in the appropriate json file, but I don't really want to do this because in another part of my workflow I need to see the results view.
Any ideas anyone?
Michael
-
+1
Best we've come up with was to use the ExternalCommand "SwitchToLayerView" so users didn't have to close the results frame themselves. After that the results frame just sits there in the background, which isn't ideal either.
0 -
Is it necessary that you select the features in the workflow? If you don't want the results pane to show up, then just don't use the select features activity. If you can provide more context/an example of your workflow, that would be helpful in providing more advice.
0 -
Any updates on this one?
"SwitchToLayerView" does the trick in a sneaky little way but I didn't know if someone has found a better solution in the last almost 6 years.
Thanks,0
Please sign in to leave a comment.
Comments
3 comments