Skip to main content

Using task.identify through a workflow

Comments

7 comments

  • Ken Lyon

    Hi Atze,

     

    Here is the documentation for the arguments for tasks.identify in Geocortex Web:

     

    https://developers.geocortex.com/docs/web/api-commands-operations-events/#definition-IdentifyArgs

     

    It'd be helpful to see the expression you're using to be able to compare and see if the names and values are correct.

    0
  • Atze Witteveen

    Hi Ken, thanks for your respons. I had found the arguments and I think I set them right. But I still won't get any results. I added my workflow below, maybe you can find an error.

    -1
  • Jostein Svegården

    Your maps parameter should be a reference to a MapExtension object. Use the Get Map activity to get $map, then the input to tasks.identify should be = { "maps" : [ $map.map.mapExt ], "geometry": $bufferenginetask1.geometry }

    0
  • Permanently deleted user

    Jostein and Atze,

    I think Jostein made a small error it should be:

    = { "maps" : [$map.map.extension] , "geometry": $bufferenginetask1.geometry }

    0
  • Jostein Svegården

    I have only used this within the context of GXM, and there both $map.map.mapExt and $map.map.extension gives you the MapExtension object. I don't know with GXW

    0
  • Permanently deleted user

    In GXW it only works, for me, with $map.map.extension. I already noticedthat Mobile and Web behave differently on some points. The Log-activity is my biggest friend

    0
  • Atze Witteveen

    Thanks for your respons everyone, I got it working now!

    0

Please sign in to leave a comment.