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

Example: Run the Workday-In Features Sample Assembly

The
workday-in
transport component is represented in Workday as an integration system. This sample demonstrates how you can use MVEL expressions in a Workday Studio assembly to reference the integration system's services and launch parameters. It contains 3 separate processing chains.
Security: These domains in the Integration functional area:
  • Integration Build
  • Integration Configure
  • Integration Event
  1. On the Studio toolbar, select
    Help
    Welcome
    Samples
    Workday-In Features
    .
  2. On the
    Project Names
    window, click
    Finish
    .
  3. On the
    Project Explorer
    view, expand the
    WorkdayInFeatures
    folder and double-click the
    Assembly
    folder.
  4. On the Assembly Editor toolbar, click
    Show annotations
    .
  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
    WorkdayInFeatures
    folder and select
    Deploy to Workday
    .
  9. On the
    Deploy to Workday
    window, select the
    Sandbox
    environment and click
    Finish
    .
  10. For each of the individual integrations, consider:
    Integration
    Note
    AttributesAndMaps
    After deployment, you can adjust the attribute and map values in Workday.
    1. Access the
      View Integration System
      report and select
      WorkdayInFeatures-attr-maps
      .
    2. From the related actions menu of the
      ExampleAttrMapService
      integration service, select
      Integration Generic Service
      Configure Integration Attributes
      or
      Integration Generic Service
      Configure Integration Maps
      .
    3. Adjust the attribute and map values as required.
    .
    LaunchParameters
    On the
    Cloud Explorer
    view in Studio, expand these nodes:
    Sandbox
    WorkdayInFeatures
    WorkdayInFeatures
    .
    1. On the
      referenceParam
      field, click
      Select literal values
      and select an employee.
    2. Enter
      password
      in the
      passwordParam
      field.
    SequenceGenerator
    After deployment, you can configure the Sequence Generator service in Workday:
    1. Access the
      View Integration System
      report and select
      WorkdayInFeatures-sequences
      .
    2. From the related actions menu of the
      ExampleSeqGenService
      integration service, select
      Integration Sequence Generator Service
      Configure Integration Sequence Generators
      .
    3. In the
      Increment by
      field, enter
      1
      .
    4. In the
      Format/Syntax
      field, enter
      file[Seq].csv
      .
  11. On the
    Cloud Explorer
    view, expand these nodes:
    Sandbox
    WorkdayInFeatures
    WorkdayInFeatures
    .
  12. Right-click a workday-in transport node and select
    Launch Integration
    . Example:
    AttributesAndMaps
    .
  13. Click
    Launch
    .
The integration launches in your Workday tenant. The
Process Monitor
view in Studio displays the status of the integration.
Sign in to Workday and access the
Process Monitor
task to display the integration event details for the sample assembly.