Supports Expression Language: true (will be evaluated using flow file attributes and variable registry)Workday Username | Workday Username | | | The username provided for authentication of Workday requests. Encoded using Base64 for HTTP Basic Authentication as described in RFC 7617. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) |
Workday Password | Workday Password | | | The password provided for authentication of Workday requests. Encoded using Base64 for HTTP Basic Authentication as described in RFC 7617. Sensitive Property: true Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) |
Web Client Service Provider | Web Client Service Provider | | Controller Service API: WebClientServiceProvider Implementation: StandardWebClientServiceProvider | Web client which is used to communicate with the Workday API. |
Record Reader | record-reader | | Controller Service API: RecordReaderFactory Implementations: CEFReader SyslogReader ReaderLookup ProtobufReader Syslog5424Reader CSVReader GrokReader WindowsEventLogReader ScriptedReader AvroReader ParquetReader JsonPathReader ExcelReader JsonTreeReader YamlTreeReader XMLReader | Specifies the Controller Service to use for parsing incoming data and determining the data's schema. |
Record Writer | record-writer | | Controller Service API: RecordSetWriterFactory Implementations: JsonRecordSetWriter RecordSetWriterLookup AvroRecordSetWriter XMLRecordSetWriter FreeFormTextRecordSetWriter CSVRecordSetWriter ParquetRecordSetWriter ScriptedRecordSetWriter | The Record Writer to use for serializing Records to an output FlowFile.
This Property is only considered if the [Record Reader] Property has a value specified. |
Relationships:
Name | Description |
---|
success | Response FlowFiles transferred when receiving HTTP responses with a status code between 200 and 299. |
failure | Request FlowFiles transferred when receiving socket communication errors. |
original | Request FlowFiles transferred when receiving HTTP responses with a status code between 200 and 299. |
Reads Attributes:
None specified.Writes Attributes:
Name | Description |
---|
getworkdayreport.java.exception.class | The Java exception class raised when the processor fails |
getworkdayreport.java.exception.message | The Java exception message raised when the processor fails |
mime.type | Sets the mime.type attribute to the MIME Type specified by the Source / Record Writer |
record.count | The number of records in an outgoing FlowFile. This is only populated on the 'success' relationship when Record Reader and Writer is set. |
State management:
This component does not store state.Restricted:
This component is not restricted.Input requirement:
This component allows an incoming relationship.System Resource Considerations:
None specified.