Create an Assembly Project
Assemblies define message-based integration processes consisting of annotations, transports, mediation components, mediation steps, and error handlers.
- Select .
- In theProject namefield, enter a name for your project.Project names must not contain spaces.
- From theTarget Runtimelist, selectWorkday Runtime.
- From theConfigurationslist, select 1 of these configuration options:
Option Description AssemblyCreates a simple assembly project.Assembly (with Java support)Creates a project containing a Java facet.CustomEnables you to specify the project facets for your assembly project. - ClickNext. Enter aCollection name.TheCollection namefield automatically populates with your project name.
- ClickFinishto 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 .
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.