Skip to main content

Triggering a workflow based on a selection set

Comments

1 comment

  • Permanently deleted user
    Hi Andrew,

     

    The second method you described is probably possible, but I wouldn't recommend using a workflow for something like this.  The "always on" workflows I've seen before that try to listen for events in the viewer or constantly check if you're meeting a particular condition often either hurt veiwer performance or aren't 100% reliable.  It's usually better if the user chooses when to start the workflow, rather than the workflow be constantly watching so it can find out when to proceed.

     

    Either way though, the GetSelectedFeatures activity can be used to get the user's current selection from the results list/table.  I'd recommend looking into that.
    0

Please sign in to leave a comment.