Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Example: Run the Debugging Sample Assembly

Example: Run the Debugging Sample Assembly

Workday Studio enables you to detect and debug errors in your integrations. This example demonstrates how to debug a sample integration.
Security: These domains in the Integration functional area:
  • Integration Build
  • Integration Configure
  • Integration Debug
  • Integration Event
  1. On the Studio toolbar, select
    Help
    Welcome
    Samples
    Assembly Debugger
    .
  2. On the
    Project Names
    window, click
    Finish
    .
  3. On the
    Project Explorer
    view, expand the
    AssemblyDebug
    folder and double-click the
    Assembly
    folder.
  4. On the Assembly Editor, right-click each of these assembly elements and select
    Toggle Assembly Breakpoint
    :
    • create-get-workers-request
    • store-summary-doc
  5. On the
    Cloud Explorer
    view, click
    Connection Details
    .
  6. Select the
    Sandbox
    environment and enter these values on the
    Connections
    window:
    Option Description
    Tenant
    The name of your tenant.
    Username
    The username credentials for your tenant.
    Password
    The password credentials for your tenant.
  7. Click
    Apply and Close
    .
  8. On the
    Project Explorer
    view, right-click the
    AssemblyDebug
    folder and select
    Deploy to Workday
    .
  9. On the
    Deploy to Workday
    window, select the
    Sandbox
    environment and click
    Finish
    .
  10. On the
    Cloud Explorer
    view, expand these nodes:
    Sandbox
    AssemblyDebug
    AssemblyDebug
    .
  11. Right-click the
    Start-Here
    integration node and select
    Debug Integration
    .
  12. Click
    Debug
    .
  13. On the
    Confirm Perspective Switch
    window, click
    Yes
    .
  14. On the
    Assembly Debug
    view, select the
    Message Root Part
    tab and click
    Save the message or attachment to a document in the workspace
    .
  15. On the
    Save
    window, enter these values:
    Option Description
    Parent Folder
    AssemblyDebug
    File name
    rootpart.xml
  16. On the
    Debug
    view, right-click the
    Create-Request - create-get-workers-request
    breakpoint and select
    Resume
    .
  17. On the
    Assembly Debug
    view, select the
    Message Root Part
    tab and click
    Save the message or attachment to a document in the workspace
    .
  18. On the
    Save
    window, enter these values:
    Option Description
    Parent Folder
    AssemblyDebug
    File name
    rootpart1.xml
  19. On the
    Debug
    view, right-click the
    Store - store-summary-doc
    breakpoint and select
    Terminate
    .
Studio saves the XML breakpoint files to the
AssemblyDebug
project folder. You can use these files to troubleshoot bugs in your assembly.
Open the XML breakpoint files for your assembly.