| Namespace | http://www.mulesoft.org/schema/mule/wd-payroll |
|---|---|
| Schema Location | http://www.mulesoft.org/schema/mule/wd-payroll/2.0/mule-wd-payroll.xsd |
| Version | 2.0 |
| Minimum Mule Version | 3.2 |
The Workday Payroll Module contains operations that expose Workday Payroll data for integration with third parties (such as time and attendance).
| Configuration | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Configure an instance of this module
| |||||||||||
| Message Processors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Put worker federal W-4 tax election data.
| |||||||||||
To use the this module within a flow the namespace to the module must be included. The resulting flow will look similar to the following:
<mule xmlns="http://www.mulesoft.org/schema/mule/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:wd-payroll="http://www.mulesoft.org/schema/mule/wd-payroll"
xsi:schemaLocation="
http://www.mulesoft.org/schema/mule/core
http://www.mulesoft.org/schema/mule/core/current/mule.xsd
http://www.mulesoft.org/schema/mule/wd-payroll
http://www.mulesoft.org/schema/mule/wd-payroll/2.0/mule-wd-payroll.xsd">
<!-- here goes your flows and configuration elements -->
</mule>
This module is configured using the config element. This element must be placed outside of your flows and at the root of your Mule application. You can create as many configurations as you deem necesary as long as each carries its own name.
Each message processor, message source or transformer carries a config-ref attribute that allows the invoker to specify which configuration to use.
| Attributes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Type | Name | Default Value | Description | Optional. Give a name to this configuration so it can be later referenced. | |||||||
| The payroll endpoint. | |||||||||||
| The Workday account's password | |||||||||||
| The Workday account's username | |||||||||||
Put worker federal W-4 tax election data.
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| false | Lock in Letter Indicator on the W-4 | |
| false | No Wage/No Tax Indicator on the W-4 | |
| false | Nonresident Alien Indicator on the W-4 | |
| false | Exempt Indicator on the W-4 | |
| Optional. Additional Amount on the W-4 | ||
| Optional. The Number of Allowances on the W-4 | ||
| Optional. The Effective date of the W-4 |
| Exception | if the operation fails |
|---|---|
| if operation fails |