Zum Hauptinhalt gehen

How can I Run Geoprocessing (asynchronous) without waiting on the result

Kommentare

3 Kommentare

  • Ken Lyon

    Hi Jack,

    We have done a bit of experimentation with the idea of being able to run steps of a workflow asynchronously, carrying on without waiting for the result. However, we don't have any plans to add that in the immediate future. For now, there's no way to move beyond a step until it has finished.

    0
  • Tom Neer

    An alternative solution would be to submit the GP request into a queue (e.g. table) and have a Task Scheduled Python script check the queue to submit to your GP. You can use something local like a SQLite database or publish a table in one of your feature services.

    0
  • Permanently deleted user

    Thanks @Ken Lyon? and @Tom Neer? . Also realised the "No Wait on Server" option in the WF4 Geoprocessing activity not working neither despite the name as discussed here. I ended up excuting the GP service by Send a Web Request and it works for me.

    0

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