Aller au contenu principal

Multiple task.identify on click not working correctly

Commentaires

2 commentaires

  • Brandon Turner

    Hello Andreas, 

    If this is a function that you need specifically, it would be best to create a custom workflow for it.

    The command you posted has a few issues.  The first is due to command chaining.  Identify takes the context input of the commands before it.  In this case you are feeding the second identify the results from the first - this is likely why you seem to get getting a number of unexpected results.

    Another issue here is using results.display-details twice.  If you would like all the results to appear in the same results session, you would want to use results.add for the second call.

    The last issue challenge you are facing is that tasks.identify works asynchronously.  The result of this is that results will dribble in as they are ready and will not return in the same order every time.

    0
  • Andreas Grimm

    Thank you Brandon! I will look into solving this with a workflow.

    0

Vous devez vous connecter pour laisser un commentaire.