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
- On the Studio toolbar, select .
- On theProject Nameswindow, clickFinish.
- On theProject Explorerview, expand theAssemblyDebugfolder and double-click theAssemblyfolder.
- On the Assembly Editor, right-click each of these assembly elements and selectToggle Assembly Breakpoint:
- create-get-workers-request
- store-summary-doc
- On theCloud Explorerview, clickConnection Details.
- Select theSandboxenvironment and enter these values on theConnectionswindow:
Option Description TenantThe name of your tenant.UsernameThe username credentials for your tenant.PasswordThe password credentials for your tenant. - ClickApply and Close.
- On theProject Explorerview, right-click theAssemblyDebugfolder and selectDeploy to Workday.
- On theDeploy to Workdaywindow, select theSandboxenvironment and clickFinish.
- On theCloud Explorerview, expand these nodes: .
- Right-click theStart-Hereintegration node and selectDebug Integration.
- ClickDebug.
- On theConfirm Perspective Switchwindow, clickYes.
- On theAssembly Debugview, select theMessage Root Parttab and clickSave the message or attachment to a document in the workspace.
- On theSavewindow, enter these values:
Option Description Parent FolderAssemblyDebugFile namerootpart.xml - On theDebugview, right-click theCreate-Request - create-get-workers-requestbreakpoint and selectResume.
- On theAssembly Debugview, select theMessage Root Parttab and clickSave the message or attachment to a document in the workspace.
- On theSavewindow, enter these values:
Option Description Parent FolderAssemblyDebugFile namerootpart1.xml - On theDebugview, right-click theStore - store-summary-docbreakpoint and selectTerminate.
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.