Workday modules

In an Adobe Workfront Fusion scenario, you can automate workflows that use Workday, as well as connect it to multiple third-party applications and services.

If you need instructions on creating a scenario, see Create a scenario in Adobe Workfront Fusion.

For information about modules, see Modules in Adobe Workfront Fusion.

Access requirements

You must have the following access to use the functionality in this article:

Adobe Workfront plan*

Pro or higher

Adobe Workfront license*

Plan, Work

Adobe Workfront Fusion license**

Workfront Fusion for Work Automation and Integration

Product Your organization must purchase Adobe Workfront Fusion as well as Adobe Workfront to use functionality described in this article.

To find out what plan, license type, or access you have, contact your Workfront administrator.

For information on Adobe Workfront Fusion licenses, see Adobe Workfront Fusion licenses.

Prerequisites

To use the Workday modules, you must:

  • Have a Workday account.

  • Create an OAuth application in Workday. For instructions, see the Workday documentation.

Connect Workday to Workfront Fusion

  1. In any Workfront Fusion module, click Add next to the Connection field

  2. Fill in the following fields:

    Connection name

    Enter a name for the connection
    Workday host Enter the address of your Workday host without https://. For example: mycompany.workday.com.
    Services URL Enter the address of your Workday web services without https://. For example: mycompany-services.workday.com.
    Tenant name Enter the tenant for this Workday account. Your tenant is your organization's identifier, and can be seen in the URL you use to log into Workday. Example: in the address https://www.myworkday.com/mycompany, the tenant is mycompany.
    Client ID Enter the Client ID for the Workday application that this connection uses. You obtain this when you create the application in Workday.
    Client Secret Enter the Client Secret for the Workday application that this connection uses. You obtain this when you create the application in Workday.
    Session timeout (min) Enter the number of minutes after which your authorization token expires.
  3. Click Continue to save the connection and return to the module

Workday modules and their fields

When you configure Workday modules, Workfront Fusion displays the fields listed below. Along with these, additional Workday fields might display, depending on factors such as your access level in the app or service. A bolded title in a module indicates a required field.

If you see the map button above a field or function, you can use it to set variables and functions for that field. For more information, see Map information from one module to another in Adobe Workfront Fusion.

Action

Create a record

This action module creates a single record in Workday.

Connection For instructions about connecting your Workday account to Workfront Fusion, see Connect Workday to Workfront Fusion.
Record Type Select the type of record that you want to create.
ID Enter or map the ID of the record you want to create.
Subresource ID Enter or map the ID of the subresource you want to create.

Delete a record

This action module deletes a single record in Workday.

Connection For instructions about connecting your Workday account to Workfront Fusion, see Connect Workday to Workfront Fusion.
Record type Select the type of record that you want to delete.
Specific record type Select the specific type of record that you want to delete. These are based on the record type that you chose.
Subresource ID Enter or map the ID of the subresource you want to delete.
ID Enter or map the ID of the record you want to delete.

Make a custom API call

This action module lets you make a custom authenticated call to the Workday API. This way, you can create a data flow automation that can’t be accomplished by the other Workday modules.

When you are configuring this module, the following fields display.

The module returns the a status code, along with the headers and body of the API call.

Connection

For instructions about connecting your Workday account to Workfront Fusion, see Connect Workday to Workfront Fusion.
URL Enter a path relative to https://<tenantHostname>/api/<serviceName>/<version>/<tenant>.
Method

Select the HTTP request method you need to configure the API call. For more information, see HTTP request methods in Adobe Workfront Fusion.

Headers

Add the headers of the request in the form of a standard JSON object.

For example, {"Content-type":"application/json"}

Workfront Fusion adds the authorization headers for you.

Query String

Add the query for the API call in the form of a standard JSON object.

For example: {"name":"something-urgent"}

Body

Add the body content for the API call in the form of a standard JSON object.

Note:

When using conditional statements such as if in your JSON, put the quotation marks outside of the conditional statement.

Update a record

This action module updates a single record in Workday.

Connection For instructions about connecting your Workday account to Workfront Fusion, see Connect Workday to Workfront Fusion
Record Type Select the type of record that you want to update.
ID Enter or map the ID of the record you want to update.
Subresource ID Enter or map the ID of the subresource you want to update.

Read a record

This action module reads a single record.

Connection For instructions about connecting your Workday account to Workfront Fusion, see Connect Workday to Workfront Fusion
Record type Select the type of record that you want to delete.
Specific record type Select the specific type of record that you want to read. These are based on the record type that you chose.
ID Enter or map the ID of the record you want to delete.

List records

This search module retrieves a list of records of the specified type.

Connection For instructions about connecting your Workday account to Workfront Fusion, see Connect Workday to Workfront Fusion
Record Type Select the type of record that you want to retrieve.
Limit

Enter or map the maximum number of records you want the module to retrieve during each scenario execution cycle.

On this page