Workday is a business, Software-as-a-Service (SaaS) solution developed by Workday Inc. It consists of a set of management applications, covering several areas like human resources management, staffing, recruiting and performance management.
Additional Info
Requires Mule Enterprise License |
Yes |
Requires Entitlement |
No |
Mule Version |
3.7.0 or higher |
Configs
Advanced
<wd-connector:config-advanced>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
name |
The name of this configuration. With this name can be later referenced. |
x |
||
requesterConfig |
The Mule Http Requester Configuration will enables the user to use the connector over a proxy |
x |
||
username |
The Username used to sign in to the Workday domain. This must not be an email address. |
x |
||
password |
The Password used to sign in to the Workday domain and authenticate the user. |
x |
||
tenantName |
Your Tenant Name/ID. |
x |
||
hostName |
The Host Name of your Workday instance. |
impl-cc.workday.com |
|
|
testConnectivtyService |
The service to use for test connectivity purposes only where the validity of the tenant name and host name is checked. Choose one that is available to you. |
Absence_Management |
|
Basic
<wd-connector:config>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
name |
The name of this configuration. With this name can be later referenced. |
x |
||
username |
The Username used to sign in to the Workday domain. This must not be an email address. |
x |
||
password |
The Password used to sign in to the Workday domain and authenticate the user. |
x |
||
tenantName |
Your Tenant Name/ID. |
x |
||
hostName |
The Host Name of your Workday instance. |
impl-cc.workday.com |
|
|
testConnectivtyService |
The service to use for test connectivity purposes only where the validity of the tenant name and host name is checked. Choose one that is available to you. |
Absence_Management |
|