GetAwsTextractJobStatus 2025.10.9.21

Bundle

org.apache.nifi | nifi-aws-nar

Description

Retrieves the current status of an AWS Textract job.

Tags

AWS, Amazon, ML, Machine Learning, Textract

Input Requirement

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
AWS Credentials Provider serviceThe Controller Service that is used to obtain AWS credentials provider
AWS Task ID
Communications Timeout
Endpoint Override URLEndpoint URL to use instead of the AWS default including scheme, host, port, and path. The AWS libraries select an endpoint URL based on the AWS region, but this property overrides the selected endpoint URL, allowing use with other S3-compatible endpoints.
Region
SSL Context ServiceSpecifies an optional SSL Context Service that, if provided, will be used to create connections
Textract TypeSupported values: “Document Analysis”, “Document Text Detection”, “Expense Analysis”
proxy-configuration-serviceSpecifies the Proxy Configuration Controller Service to proxy network requests.

Relationships

NameDescription
failureThe job failed, the original FlowFile will be routed to this relationship.
originalUpon successful completion, the original FlowFile will be routed to this relationship.
runningThe job is currently still being processed
successJob successfully finished. FlowFile will be routed to this relation.
throttledRetrieving results failed for some reason, but the issue is likely to resolve on its own, such as Provisioned Throughput Exceeded or a Throttling failure. It is generally expected to retry this relationship.

See also