When creating an ISU, what should you do to ensure the user only authenticates via web services?
Choose a constrained security group.
Select the Do Not Allow UI Sessions checkbox.
Update the session timeout minutes.
Generate a random password.
When creating an Integration System User (ISU) in Workday, the goal is often to ensure that the user is restricted to performing tasks via web services (e.g., API calls or integrations) and cannot log into the Workday user interface (UI). This is a critical security measure to limit the ISU’s access to only what is necessary for integration purposes, adhering to the principle of least privilege. Let’s evaluate each option provided in the question to determine the correct approach based on Workday’s functionality and best practices as outlined in official documentation and the Workday Pro Integrations program.
Option A: Choose a constrained security group.In Workday, security groups define the permissions and access levels for users, including ISUs. There are two types of Integration System Security Groups (ISSGs): constrained and unconstrained. A constrained ISSG limits access to specific organizations or data scopes, while an unconstrained ISSG provides broader access across the tenant. While choosing a constrained security group can enhance security by limiting the scope of data the ISU can access, it does not directly control whether the ISU authenticates via web services or the UI. The type of security group affects data access permissions, not the authentication method or UI access. Therefore, this option does not address the requirement of ensuring authentication only via web services.
Option B: Select the Do Not Allow UI Sessions checkbox.When creating an ISU in Workday, the "Create Integration System User" task presents an option labeled "Do Not Allow UI Sessions." Selecting this checkbox explicitly prevents the ISU from logging into the Workday UI using its credentials. This setting ensures that the ISU can only authenticate and operate through programmatic means, such as web service calls (e.g., SOAP or REST APIs), which is precisely the intent of the question. This is a standard security practice recommended by Workday to isolate integration activities from interactive user sessions, reducing the risk of misuse or unauthorized access through the UI. This option directly aligns with the requirement and is the correct answer.
Option C: Update the session timeout minutes.The "Session Timeout Minutes" field in the ISU creation task determines how long an ISU’s session remains active before it expires. By default, this is set to 0, meaning the session does not expire, which is suitable for integrations that require continuous operation without interruption. Updating this value (e.g., setting it to a specific number of minutes) would cause the session to time out after that period, potentially disrupting long-running integrations. However, this setting pertains to session duration, not the method of authentication or whether UI access is allowed. It does not prevent the ISU from logging into the UI or ensure that authentication occurs only via web services, making this option irrelevant to the question.
Option D: Generate a random password.Generating a random password for the ISU is a good security practice to ensure the credentials are strong and not easily guessable. However, the password itself does not dictate how the ISU authenticates or whether it can access the UI. A random password enhances security but does not inherently restrict the ISU to web service authentication. Without selecting "Do Not Allow UI Sessions," the ISU could still log into the UI with that password, assuming no other restrictions are applied. Thus, this option does not fulfill the requirement of ensuring authentication only via web services.
Why Option B is Correct
The "Do Not Allow UI Sessions" checkbox is a specific configuration in the ISU setup process that directly enforces the restriction of authentication to web services. This setting is part of Workday’s security framework for integrations, ensuring that ISUs—designed as non-human accounts for programmatic access—cannot be used interactively. This aligns with Workday’s best practices for securing integrations, as outlined in the Workday Pro Integrations Study Guide and related documentation. For example, when an ISU is created with this checkbox selected, any attempt to log into the Workday UI with its credentials will fail, while web service requests (e.g., via SOAP or REST APIs) will succeed, assuming proper permissions are granted via an ISSG.
Practical Application
To implement this in Workday:
Log into your Workday tenant with administrative privileges.
Search for and select the "Create Integration System User" task.
Enter a username and password for the ISU.
Check the "Do Not Allow UI Sessions" checkbox.
Leave "Session Timeout Minutes" at 0 (default) to avoid session expiration during integrations.
Save the ISU and assign it to an appropriate ISSG (constrained or unconstrained, depending on the integration’s needs).
This configuration ensures the ISU is locked to web service authentication, meeting the question’s objective.
Verification with Workday Documentation
The Workday Pro Integrations Study Guide emphasizes securing ISUs by restricting them to integration-specific tasks. The "Do Not Allow UI Sessions" option is highlighted as a key control for preventing UI access, ensuring that ISUs operate solely through web services. This is also consistent with broader Workday security training materials, such as those available on Workday Community, which stress isolating integration accounts from human user activities.
Workday Pro Integrations Study Guide References
Section: Integration Security Fundamentals– Discusses the role of ISUs and the importance of restricting their access to programmatic interactions.
Section: Configuring Integration System Users– Details the "Create Integration System User" task, including the "Do Not Allow UI Sessions" checkbox as a security control.
Section: Best Practices for Integration Security– Recommends using this setting to enforce least privilege and protect the tenant from unauthorized UI access by integration accounts.
What is the task used to upload a new XSLT file for a pre-existing document transformation integration system?
Edit Integration Attachment
Edit Integration Attachment Service
Edit XSLT Attachment Transformation
Edit Integration Service Attachment
In Workday, when you need to upload a new XSLT (Extensible Stylesheet Language Transformations) file to modify or replace an existing transformation within a pre-existing document transformation integration system, the specific task required is "Edit XSLT Attachment Transformation." This task allows users to update the XSLT file that governs how XML data is transformed within the integration system without creating an entirely new transformation object.
Here’s why this is the correct answer:
Workday’s integration systems often rely on XSLT to transform XML data into the desired format for downstream systems or processes. When an XSLT file has already been associated with an integration system (e.g., as part of an Enterprise Interface Builder (EIB) or a Document Transformation Connector), updating it requires accessing the existing transformation configuration.
The "Edit XSLT Attachment Transformation" task enables users to upload a revised version of the XSLT file. This action replaces the previous file while maintaining the integration system’s configuration, ensuring continuity without necessitating additional changes to the system itself.
This task is distinct from other options because it specifically targets the transformation logic (XSLT) rather than broader integration components or services.
Let’s examine why the other options are incorrect:
A. Edit Integration Attachment: This task is used to manage generic attachments associated with an integration, such as input files or supplementary documents, but it does not specifically address XSLT transformations. It lacks the precision required for updating transformation logic.
B. Edit Integration Attachment Service: This is not a recognized task in Workday’s integration framework. It appears to be a conflation of terms and does not align with the documented processes for managing XSLT files.
D. Edit Integration Service Attachment: While this might suggest modifying an attachment related to an integration service, it is not the correct task for handling XSLT files in a document transformation context. Workday documentation consistently points to "Edit XSLT Attachment Transformation" for this purpose.
The process typically involves:
Navigating to the integration system in Workday (e.g., via the "Search" bar by entering the integration system name).
Using the related actions menu to select "Integration System" > "Edit XSLT Attachment Transformation."
Uploading the new XSLT file, which must comply with Workday’s size limitations (e.g., 30 MB for attachments) and be properly formatted.
Saving the changes, which updates the transformation logic without altering other integration configurations.
This approach ensures that transformations remain aligned with business requirements, such as reformatting data for compatibility with external systems, while leveraging Workday’s secure and efficient integration tools.
References:
Workday Pro Integrations Study Guide: "Configure Integration System - TRANSFORMATION" section, which details the use of XSLT files in document transformations and the associated tasks.
Workday Documentation: "Enterprise Interface Builder (EIB)" and "Document Transformation Connector" sections, where the "Edit XSLT Attachment Transformation" task is outlined for updating XSLT files.
Workday Community: Guidance on managing XSLT attachments, confirming this task as the standard method for updating pre-existing transformations.
Refer to the following scenario to answer the question below.
You have configured a Core Connector: Worker integration, which utilizes the following basic configuration:
• Integration field attributes are configured to output the Position Title and Business Title fields from the Position Data section.
• Integration Population Eligibility uses the field Is Manager which returns true if the worker holds a manager role.
• Transaction Log service has been configured to Subscribe to specific Transaction Types: Position Edit Event. You launch your integration with the following date launch parameters (Date format of MM/DD/YYYY):
• As of Entry Moment: 05/25/2024 12:00:00 AM
• Effective Date: 05/25/2024
• Last Successful As of Entry Moment: 05/23/2024 12:00:00 AM
• Last Successful Effective Date: 05/23/2024
To test your integration you made a change to a worker named Jared Ellis who is assigned to the manager role for the IT Help Desk department. You perform an Edit Position on Jared and update the Job Profile of the position to a new value. Jared Ellis' worker history shows the Edit Position Event as being successfully completed with an effective date of 05/24/2024 and an Entry Moment of 05/24/2024 07:58:53 AM however Jared Ellis does not show up in your output.
What configuration element would have to be modified for the integration to include Jared Ellis in the output?
Integration Population Eligibility
Integration Field Attributes
Date launch parameters
Transaction log subscription
The scenario describes a Core Connector: Worker integration configured to output specific fields (Position Title and Business Title) for workers who meet the Integration Population Eligibility criteria (Is Manager = true) and where the Transaction Log service is subscribed to the "Position Edit Event." The integration is launched with specific date parameters, and a test edit is made to Jared Ellis’ position, who is a manager. However, despite the edit being completed with an effective date of 05/24/2024 and an entry moment of 05/24/2024 07:58:53 AM, Jared does not appear in the output. Let’s analyze why and determine the correct configuration element to modify.
In Workday integrations, the Core Connector: Worker uses change detection mechanisms to identify and process updates based on the Transaction Log and date launch parameters. The Transaction Log service captures events such as the "Position Edit Event" and records them with anEffective Date(when the change takes effect) and anEntry Moment(when the change was entered into the system). The integration’s date launch parameters define the time window for which changes are retrieved:
As of Entry Moment:05/25/2024 12:00:00 AM – This specifies the latest point in time for when changes were entered into Workday.
Effective Date:05/25/2024 – This defines the date for which the changes are effective.
Last Successful As of Entry Moment:05/23/2024 12:00:00 AM – This indicates the starting point for entry moments from the last successful run.
Last Successful Effective Date:05/23/2024 – This indicates the starting point for effective dates from the last successful run.
For an incremental run (like this one, since "Last Successful" parameters are provided), Workday processes changes where theEntry Momentfalls between theLast Successful As of Entry Moment(05/23/2024 12:00:00 AM) and theAs of Entry Moment(05/25/2024 12:00:00 AM), and where theEffective Datefalls between theLast Successful Effective Date(05/23/2024) and theEffective Date(05/25/2024).
Now, let’s evaluate Jared Ellis’ edit:
Entry Moment:05/24/2024 07:58:53 AM – This falls within the range of 05/23/2024 12:00:00 AM to 05/25/2024 12:00:00 AM.
Effective Date:05/24/2024 – This falls within the range of 05/23/2024 to 05/25/2024.
At first glance, Jared’s edit seems to fit the date parameter window. However, the issue lies in thetime componentof the date launch parameters. Workday interprets these parameters with precision down to the second. TheAs of Entry Momentis set to 05/25/2024 12:00:00 AM (midnight), which is the very start of May 25, 2024. Jared’sEntry Momentof 05/24/2024 07:58:53 AM is correctly within the range from 05/23/2024 12:00:00 AM to 05/25/2024 12:00:00 AM. However, the Transaction Log subscription to "Position Edit Event" relies on the change being fully processed and available in the log by the time the integration runs.
The integration might have run at a point where the effective date window or the subscription logic did not correctly capture the event due to a mismatch in how theEffective Dateis evaluated against theLast Successful Effective Date. Specifically, if the integration only processes changes with anEffective DatestrictlyaftertheLast Successful Effective Date(05/23/2024) up to theEffective Date(05/25/2024), and the logic excludes changes effective exactly on 05/24/2024 due to a boundary condition or a timing issue in the transaction log, Jared’s change might not be picked up.
To resolve this, modifying theDate launch parametersis necessary. Adjusting theAs of Entry Momentto a later time (e.g., 05/25/2024 11:59:59 PM) or ensuring theEffective Daterange explicitly includes all changes effective on or after 05/23/2024 through 05/25/2024 would ensure Jared’s edit is captured. This adjustment aligns the time window to include all relevant transactions logged before the integration run.
Let’s evaluate the other options:
A. Integration Population Eligibility:This is set to "Is Manager = true," and Jared is a manager. This filter is working correctly and does not need modification.
B. Integration Field Attributes:These are configured to output Position Title and Business Title, and the edit was to the Job Profile (part of Position Data). The fields are appropriately configured, so this is not the issue.
D. Transaction Log Subscription:The subscription is set to "Position Edit Event," which matches Jared’s edit. The subscription type is correct, so no change is needed here.
Thus, the issue stems from the date launch parameters not fully encompassing the timing of Jared’s edit in the Transaction Log, makingC. Date launch parametersthe correct answer.
Workday Pro Integrations Study Guide References
Workday Integrations Study Guide: Core Connector: Worker– Section on "Change Detection Using Transaction Log" explains how Transaction Log subscriptions filter events based on date parameters.
Workday Integrations Study Guide: Launch Parameters– Details the role of "As of Entry Moment" and "Effective Date" in defining the scope of incremental runs.
Workday Integrations Study Guide: Incremental Processing– Describes how "Last Successful" parameters establish the baseline for detecting changes in subsequent runs.
What is the purpose of the
Determine the output file type.
Grant access to the XSLT language.
Provide rules to apply to a specified node.
Generate an output file name.
The
Here’s a detailed explanation of why this is the correct answer:
In XSLT, the
Inside the
In the context of Workday, where XSLT is often used to reformat XML data into formats like CSV, JSON, or custom XML for external systems,
Let’s evaluate why the other options are incorrect:
A. Determine the output file type: The
B. Grant access to the XSLT language: This option is nonsensical in the context of XSLT. The
D. Generate an output file name: The
An example of
Here, the template matches the Worker node in Workday’s XML schema and transforms it into a simpler
References:
Workday Pro Integrations Study Guide: "Configure Integration System - TRANSFORMATION" section, which explains XSLT usage in Workday and highlights
Workday Documentation: "XSLT Transformations in Workday" under the Document Transformation Connector, noting
W3C XSLT 1.0 Specification (adopted by Workday): Section 5.3, "Defining Template Rules," which confirms that
Workday Community: Examples of XSLT in integration scenarios, consistently using
What option for an outbound EIB uses a Workday-delivered transformation to output a format other than Workday XML?
Alternate Output Format
XSLT Attachment Transformation
Custom Transformation
Custom Report Transformation
Overview
For an outbound Enterprise Interface Builder (EIB) in Workday, the option that uses a Workday-delivered transformation to output a format other than Workday XML isAlternate Output Format. This allows you to select formats like CSV, which Workday handles without needing custom coding.
How It Works
When setting up an outbound EIB, you can use a custom report as the data source. By choosing an alternate output format, such as CSV, Workday automatically transforms the data into that format. This is surprising because it simplifies the process, requiring no additional user effort for transformation.
Why Not the Others?
XSL Attachment Transformation (B): This requires you to provide your own XSL file, making it a custom transformation, not delivered by Workday.
Custom Transformation (C): This is clearly user-defined, not Workday-delivered.
Custom Report Transformation (D): This also involves user customization, typically through XSL, and isn't a pre-built Workday option.
Comprehensive Analysis
This section provides a detailed examination of Workday's Enterprise Interface Builder (EIB) transformation options, focusing on outbound integrations and the specific question of identifying the option that uses a Workday-delivered transformation to output a format other than Workday XML. We will explore the functionality, configuration, and implications of each option, ensuring a thorough understanding based on available documentation and resources.
Understanding Workday EIB and Outbound Integrations
Workday EIB is a no-code, graphical interface tool designed for both inbound and outbound integrations, facilitating the exchange of data between Workday and external systems. For outbound EIBs, the process involves extracting data from Workday (typically via a custom report) and delivering itto an external endpoint, such as via SFTP, email, or other protocols. The integration process consists of three key steps: Get Data, Transform, and Deliver.
Get Data: Specifies the data source, often a Workday custom report, which must be web service-enabled for EIB use.
Transform: Optionally transforms the data into a format suitable for the external system, using various transformation types.
Deliver: Defines the method and destination for sending the transformed data.
The question focuses on the Transform step, seeking an option that uses a Workday-delivered transformation to output a format other than Workday XML, which is typically the default format for Workday data exchanges.
Analyzing the Options
Let's evaluate each option provided in the question to determine which fits the criteria:
Alternate Output Format (A)
Description: This option is available when configuring the Get Data step, specifically when using a custom report as the data source. It allows selecting an alternate output format, such as CSV, Excel, or other supported formats, instead of the default Workday XML.
Functionality: When selected, Workday handles the transformation of the report data into the chosen format. For example, setting the alternate output format to CSV means the EIB will deliver a CSV file, and this transformation is performed by Workday without requiring the user to define additional transformation logic.
Workday-Delivered: Yes, as the transformation to the alternate format (e.g., CSV) is part of Workday's report generation capabilities, not requiring custom coding or user-provided files.
Output Format Other Than Workday XML: Yes, formats like CSV are distinct from Workday XML, fulfilling the requirement.
From resources likeWorkday HCM features | Workday EIB, it's noted that custom reports can use CSV as an alternate output format, and this is managed by Workday, supporting our conclusion.
XSL Attachment Transformation (B)
Description: This involves attaching an XSL (Extensible Stylesheet Language) file to the EIB for transforming the data, typically from XML to another format like CSV or a custom structure.
Functionality: The user must create or provide the XSL file, which defines how the data is transformed. This is used in the Transform step to manipulate the XML output from the Get Data step.
Workday-Delivered: No, as the XSL file is custom-created by the user. Resources liker/workday on Reddit: EIB xslt Transformationdiscuss users working on XSL transformations, indicating they are user-defined, not pre-built by Workday.
Output Format Other Than Workday XML: Yes, it can output formats like CSV, but it's not Workday-delivered, so it doesn't meet the criteria.
Custom Transformation (C)
Description: This option allows users to define their own transformation logic, often through scripting or other custom methods, to convert the data into the desired format.
Functionality: It is a user-defined transformation, typically used for complex scenarios where standard options are insufficient.
Workday-Delivered: No, as it explicitly states "custom," meaning it's not provided by Workday.
Output Format Other Than Workday XML: Yes, it can output various formats, but again, it's not Workday-delivered, so it doesn't fit.
Custom Report Transformation (D)
Description: This might refer to transformations specifically related to custom reports, potentially involving user-defined logic to manipulate the report data.
Functionality: From resources likeSpark Databox - using custom report transformation, it involves using custom XSL transformations, indicating user involvement. It seems to be a subset of custom transformations, focusing on report data.
Workday-Delivered: No, as it involves custom XSL, which is user-provided, not pre-built by Workday.
Output Format Other Than Workday XML: Yes, it can output formats like pipe-delimited files, but it's not Workday-delivered, so it doesn't meet the criteria.