UiPath Documentation
activities
latest
false

Integration Service-Aktivitäten

Letzte Aktualisierung 6. Mai 2026

Get Asynchronous Query Execution Status

Projektkompatibilität

Windows | Plattformübergreifend

Überblick

BeschreibungAPI-MethodeAPI-Pfad
Retrieves the status of an asynchronous Snowflake query using its Query ID.GETBYID/executeAsyncQuery/{queryID}/status

Eingabe

ParameterBeschreibungDatentyp
Query IDThe query statement's unique execution ID. You can use the output Query ID from Execute Any Query Asynchronously.string

Ausgabe

ParameterBeschreibungDatentyp
Query execution statusObjekt
StatusThe query execution statusstring

Status values

The Status field can be one of the following:

  • SUCCESS - The query finished successfully.
  • RUNNING - The query is still running.
  • QUEUED - The query is queued for execution (that is, hasn't yet started running), typically because it is waiting for resources.
  • BLOCKED - The query is waiting on a lock held by another statement.
  • RESUMING_WAREHOUSE - The warehouse is starting up, and the query isn't yet running.
  • FAILED_WITH_ERROR - The query finished unsuccessfully due to an error in the query.
  • FAILED_WITH_INCIDENT - The query finished unsuccessfully due to an incident on the server side.
Hinweis:
  • In API-Workflows wird als Ausgabe ein einzelnes Antwortobjekt zurückgegeben. Alle Pflichtfelder können direkt aus diesem Objekt extrahiert werden.
  • In RPA-Workflows können sich einige Ausgabeparameter unterscheiden, aber die erforderlichen Werte können weiterhin aus dem Antwortobjekt abgerufen werden, auch wenn sie nicht explizit verfügbar gemacht werden.
  • Projektkompatibilität
  • Überblick
  • Eingabe
  • Ausgabe
  • Status values

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben