Workday policy
A Workday policy contains the connection details that are used by a Workday Request node when you connect to the Workday application.
Use a Workday Request node to connect to Workday and issue requests to work with objects such as Absence Management, Cash Management, Financial Management, Human Resources, Integrations, Learning, Payroll Interface, Performance Management, Recruiting, Resource Management, Student Records, Talent, and Time Tracking. The Workday policy controls, at run time, access to the Workday application.
The Workday policy is created when you configure a
connection between a Workday Request node and Workday by using the Connector Discovery wizard. During the
process of discovery, account credentials are stored in the vault and connection details are stored
in a Workday policy. The policy is created with a type
of Workday
, and the name of the policy is returned to the node and specified in the
Connection tab, in the format
{policyProjectName}:policyName
.
You can also create, update, or delete a Workday policy by using the Manage Discovery Connector Policies and Credentials wizard, which you can access by right-clicking the policy project in the IBM® App Connect Enterprise Toolkit and then clicking .
You must deploy this policy before message flows that use the policy are started. If you redeploy a Workday policy, all message flows that are using the policy will be stopped and restarted.
For more information about using Workday, see Using Workday with IBM App Connect Enterprise.
Property | Property name in .policyxml file | Description of properties |
---|---|---|
Workday Application Type | applicationType | This property is reserved for future use and must be set to the value
online . |
Workday Application Version | applicationVersion | This property is reserved for future use and must be set to the value
v1 . |
Workday Authentication method | authenticationMethod | This property specifies the type of authentication that is used for the
connection between IBM App Connect Enterprise and Workday. This value is reserved for future use and must be
set to BASIC or OAUTH2_CREDENTIALS . |
Domain name | domainName | The domain name of your Workday instance or sandbox. Get the domain name from
your Workday WSDL URL, for example,
https://domain_name/ccx/service/tenant_name/service_name/version . |
Tenant name | tenantId |
The tenant name of your Workday instance or sandbox. Get the tenant name from your Workday WSDL
URL, for example,
|
API version | apiVersion | The Workday SOAP-based API version. The default value is
v41.2 . |
Credential Name | credentialName | The name of your Workday account.
For example, workdaypolicy_Workday1 |