Zum Hauptinhalt gehen

Can a workflow start with items already selected on the map?

Kommentare

1 Kommentar

  • Permanently deleted user

    Yes, you can. Use the 'GetSelectedFeatures' activity in workflow with the 'FeatureSet Collection Id' parameter set to 'Active'.

    The output will be a List (of EssentialsFeatureSet) containing all of the currently selected features. Look at the Id's of these featuresets to see if you have any of the tax parcels you are interested in, and proceed from there.

    A much more fleshed out example is included in the RunReports.xaml workflow included with the LA county sample site. It's a bit more complex than your use case though as it can run any reports associated with any features on the map.

    Hope this helps.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.