Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Create an Assembly Project

Create an Assembly Project

Assemblies define message-based integration processes consisting of annotations, transports, mediation components, mediation steps, and error handlers.
  1. Select
    File
    New
    Workday Assembly Project
    .
  2. In the
    Project name
    field, enter a name for your project.
    Project names must not contain spaces.
  3. From the
    Target Runtime
    list, select
    Workday Runtime
    .
  4. From the
    Configurations
    list, select 1 of these configuration options:
    Option Description
    Assembly
    Creates a simple assembly project.
    Assembly (with Java support)
    Creates a project containing a Java facet.
    Custom
    Enables you to specify the project facets for your assembly project.
  5. Click
    Next
    . Enter a
    Collection name
    .
    The
    Collection name
    field automatically populates with your project name.
  6. Click
    Finish
    to create your project.
    If you create an assembly project outside your workspace, you can give it a new name in Studio without changing the folder name in the original location. This also applies to projects you import from outside your workspace. To do so, select
    File
    Rename
    .
Your new assembly project displays on the
Project Explorer
view. It contains an assembly.xml file, which you can now open in the Assembly Editor.
Using the Assembly Editor, you can define your integration by adding and linking transports, mediation components, and mediation steps.