...
Known Issues
None
Snap Views
Type | Format | Number of Views | Examples of Upstream and Downstream Snaps | Description |
---|---|---|---|---|
Input | Document |
|
| A document that conforms to the input view schema of the Snap. The input view schema is provided to an upstream Mapper Snap based on the selected service object. |
Output | Document |
|
| A document that represents the record structure of the retrieved Workday service object. Each record is represented as one document on the output view. |
Error | Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter when running the pipeline by choosing one of the following options from the When errors occur list under the Views tab:
Learn more about Error handling in Pipelines. |
Snap Settings
Info |
---|
|
Field Name | Field Type | Description | |
---|---|---|---|
Label* Default Value: Workday REST | String | Specify a unique name for the Snap.
| |
Service* Default Value: N/A | String/Expression/Suggestion | Specify or select the Workday Service to connect to Workday. | |
Version* Default Value: N/A | String/Expression/Suggestion | Select the version corresponding to the service. | |
OpenAPI Path* Default Value:N/A | String/Expression/Suggestion | Enter the path for the REST endpoint. Based on the service and version, the Snap downloads the open API specification and populates the list. | |
Operation* Default Value: N/A | String/Expression/Suggestion | Specify the operation to perform on the selected OpenAPI path or select from the suggestions list. The available options are:
| |
Number of Retries Default Value:0 | Integer/Expression | Specify the number of attempts the Snap must make to perform the selected operation in case of connection failure or timeout. The Snap retries the request if the value is greater than zero or retries only if it encounters 401 or 500 error. | |
Retry Interval (seconds) Default Value: 1 | Integer/Expression | Specify the retry interval in seconds between retry attempts. | |
HTTP Headers | Use this field set to add additional headers to the HTTP request defined in the Workday OpenAPI specification. | ||
Header Default Value: N/A | String/Expression | Specify a name for the HTTP header. | |
Values Default Value: N/A | String/Expression | Specify a value to assign to the HTTP header. | |
Pass through Default Value: Deselected | Checkbox | Select this checkbox to enable the Snap to pass the input data to the downstream Snap and display in the output document. | |
Enable Pagination Default Value: Selected | Checkbox | Select this checkbox to enable the Snap to return the response in multiple pages when the input document contains the
When you deselect this checkbox, the Snap limits the number of output documents to 100, with only one page of records. | |
Snap Execution Default Value: Execute only | Dropdown list | Select one of the three modes in which the Snap executes. Available options are:
|
Troubleshooting
Error | Reason | Resolution |
---|---|---|
| The permissions are insufficient. | Ensure that you assign the required permissions and retry. |
Example
Creating and Retrieving Compensation Details
...
...