Skip to main content

DataFrame Suppression

Comments

4 comments

  • Permanently deleted user

    Take a look at "resultMappings" in the JSON configuration. You can map feature set collections from various sources to different commands. If you want all workflow results to go directly into the table, for example, you can remap features tagged as workflow features to the ShowResultsTable command, rather than ShowResultsList.

    0
  • Sean McClurkan

    Sounds likea good place to start.

    What if I don't want them to show up anywhere at all?  

    I just want the map to center and zoom to the selected and highlighted feature without any data result display anywhere.  Especially any of the intermediate processing steps.

    0
  • Permanently deleted user

    If your workflow is doing the work of zooming and highlighting, you can most likely just empty out the array of command names from the workflow entry in resultMappings.

    0
  • Permanently deleted user

    Sean,

    If at the end of the Workflow you would like to show the user results in the table at the bottom, then do the result mappings as suggested by Jason in his first post. If you do not want results displayed until the end of the Workflow, just remove any SelectFeature activities (and remove other activities as well that show panels to the user such as "ConfigureWorkflowContainer" etc.).

    If you're using SelectFeatures to just show selected features on the map, you can replace this with activities which draw temporary markup on the map, and which zoom (if needed). The QueryTask will have no effect on the viewer, so you are safe to keep using that one in your Workflow.

    John

    0

Please sign in to leave a comment.