GetWorkdayReport 2025.10.9.21

Bundle

org.apache.nifi | nifi-workday-processors-nar

Description

A processor which can interact with a configurable Workday Report. The processor can forward the content without modification, or you can transform it by providing the specific Record Reader and Record Writer services based on your needs. You can also remove fields by defining schema in the Record Writer. Supported Workday report formats are: csv, simplexml, json

Tags

Workday, report

Input Requirement

ALLOWED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Access Token ProviderEnables managed retrieval of OAuth2 Bearer Token.
Authorization TypeThe type of authorization for retrieving data from Workday resources.
Web Client Service ProviderWeb client which is used to communicate with the Workday API.
Workday PasswordThe password provided for authentication of Workday requests. Encoded using Base64 for HTTP Basic Authentication as described in RFC 7617.
Workday Report URLHTTP remote URL of Workday report including a scheme of http or https, as well as a hostname or IP address with optional port and path elements.
Workday UsernameThe username provided for authentication of Workday requests. Encoded using Base64 for HTTP Basic Authentication as described in RFC 7617.
record-readerSpecifies the Controller Service to use for parsing incoming data and determining the data’s schema.
record-writerThe Record Writer to use for serializing Records to an output FlowFile.

Relationships

NameDescription
failureRequest FlowFiles transferred when receiving socket communication errors.
originalRequest FlowFiles transferred when receiving HTTP responses with a status code between 200 and 299.
successResponse FlowFiles transferred when receiving HTTP responses with a status code between 200 and 299.

Writes attributes

NameDescription
getworkdayreport.java.exception.classThe Java exception class raised when the processor fails
getworkdayreport.java.exception.messageThe Java exception message raised when the processor fails
mime.typeSets the mime.type attribute to the MIME Type specified by the Source / Record Writer
record.countThe number of records in an outgoing FlowFile. This is only populated on the ‘success’ relationship when Record Reader and Writer is set.