Skip to main content
Administrator Guide
Last Updated: 2026-02-20
Reference: Workday-Out-Rest Transport Properties

Reference: Workday-Out-Rest Transport Properties

Common Tab

Property
XML Attribute Name
Description
Id
id
The unique ID of the
workday-out-rest
transport within the assembly.
Routes Response To
routes-response-to
The destination of the response message for the
workday-out-rest
transport.
Execute When
execute-when
A condition that determines whether the
workday-out-rest
transport executes.
Extra Path
extra-path
Specifies the path in your Workday tenant through which Studio sends the REST request. Studio automatically sets up and appends the Workday service endpoint for this path. Example: the endpoint in the path below invokes a Workday
Business Site Directory
report, from a tenant named ACME, requested in JSON format:
systemreport2/ACME/Business_Site_Directory?format=json

Advanced Tab

Property
XML Attribute Name
Description
Store Message
store-message
Specify
none
unless otherwise advised by Workday Support.
To store messages, use Studio's
store
step.
Transport Class
transport-class
Specifies an alternative implementation class on a per-assembly basis.
You can globally change the implementation classes by editing the WEB-INF/classes/spring/assembly-bean.xml file.
Method
method
Enables you to add a REST method to your
workday-out-rest
transport. Example:
put
,
get
,
post
.
Failure Message
failure-message
A custom message used to replace any exception message returned when you invoke a
workday-out-rest
endpoint.
Response Timeout
response-timeout
Specifies, in milliseconds, a timeout period for awaiting a response from the server. The default value is 21600000 ms (6 hours).