marketplace
latest
false
Wichtig :
Dieser Inhalt wurde maschinell übersetzt. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.
UiPath logo, featuring letters U and I in white

Marketplace-Benutzerhandbuch

Letzte Aktualisierung 30. März 2026

Rufen Sie den Status der Dokumentanalyse ab

The Get Document Analysis Status activity uses the Amazon Textract GetDocumentAnalysis API to asynchronously retrieve the status of an existing or previously executed document analysis job (JobId).

After retrieving the document analysis, the activity returns the job status as a String value that you can use as a condition to run other activities (for example, Get Document Analysis).

To avoid overloading the Amazon Textract service with requests, it's recommended that you implement a delay between each execution of this activity (for example, add the Get Document Analysis Status and a Delay activity inside a Do While activity - see example section below)

Wie es funktioniert

The following steps and message sequence diagram is an example of how the activity works from design time (that is, the activity dependencies and input/output properties) to run time.

  1. Schließen Sie die Einrichtungsschritte ab.
  2. Add the Amazon Scope activity to your project.
  3. Add an activity or run an external process that outputs a JobId value (for example, Start Document Analysis).
  4. Add the Get Document Analysis Status inside the Amazon Scope activity.
  5. Geben Sie Werte für die Eingabeeigenschaften ein.
  6. Create and enter a String variable for your Output property.
  7. Führen Sie die Aktivität aus.
    • Your input properties are sent to the GetDocumentAnalysis API.

    • Die API gibt den Wert String an Ihre Ausgabeeigenschaftsvariable zurück.

      Get Document Analysis Status message sequence diagram

Eigenschaften

Die Werte für die folgenden Eigenschaften werden beim Hinzufügen dieser Aktivität zu Ihrem Projekt in UiPath Studio angegeben.

Get Document Analysis Status properties panel in UiPath Studio

Allgemein

DisplayName

Der Anzeigename der Aktivität.

AttributeDetails
TypString
ErforderlichJa
StandardwertGet Document Analysis Status
Zulässige WerteGeben Sie eine String oder String -Variable ein.
HinweiseKeine Angabe

Eingabe

JobId

Der Bezeichner, der dem Dokumentanalyseprozess zugewiesen ist, den Sie abrufen möchten.

AttributeDetails
TypString
ErforderlichNein (empfohlen, wenn Sie die Ausgabedaten in nachfolgenden Aktivitäten verwenden möchten)
StandardwertLeer
Zulässige WerteGeben Sie eine String oder String -Variable ein
HinweiseTo get the JobId String value, use an external process or activity that includes the JobID value in its output (e.g., Start Document Analysis or external API call)

Sonstiges

Private

Falls ausgewählt werden die Werte von Variablen und Argumenten nicht mehr auf ausführlicher Ebene protokolliert.

AttributeDetails
TypKontrollkästchen
ErforderlichNein
Standardwertnicht ausgewählt
Zulässige WerteAusgewählt oder nicht ausgewählt
HinweiseKeine Angabe

Ausgabe

JobStatus

The status of the specified JobId.

Attribute

Details

Typ

String

Erforderlich

Nein (empfohlen, wenn Sie die Ausgabedaten in nachfolgenden Aktivitäten verwenden möchten)

Standardwert

Leer

Zulässige Werte

Geben Sie eine String -Variable ein

Hinweise

Es gibt 4 mögliche Statuswerte:

  • IN_PROGRESS
  • Erfolgreich
  • Fehlgeschlagen
  • PARTIAL_SUCCESS

Beispiel

Die folgende Abbildung zeigt ein Beispiel für die Aktivitätsabhängigkeitsbeziehung und Eingabe-/Ausgabe-Eigenschaftswerte.

For step-by-step instructions and examples, see the Quickstart guides.

Get Document Analysis Status activity dependency and input/output property values

Get Document Analysis Status output example in UiPath Studio

  • Wie es funktioniert
  • Eigenschaften
  • Allgemein
  • Eingabe
  • Sonstiges
  • Ausgabe
  • Beispiel

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