Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Configure Assembly Element Properties

Configure Assembly Element Properties

Add assembly elements to an assembly diagram.
Each element on the Workday Studio
Palette
has a
Properties
view where you can configure its functionality.
  1. Right-click an assembly element and select
    Show Properties View
    .
  2. Required properties have an asterisk in the upper left-hand corner of the icon. As you complete the task, consider:
    Property Icon
    Property Description
    Values that must be unique within the assembly.
    Input to the assembly element.
    Output from the assembly.
    MVEL expressions.
    MVEL templates.
    Boolean values.
    Options.
    Numeric values.
    Attribute values.
    Java class implementations.
    Spring beans that reference Java class implementations.
    When properties are MVEL-capable, the relevant MVEL icon is added to the property's own icon. Example:
  3. To compare property views:
    1. Select a component in the assembly diagram.
    2. Hold down the Ctrl key and select a second component.
    3. Right-click either component and select
      Compare Properties
      . The first component's
      Properties
      view displays on the left. The second component's
      Properties
      view displays on the right, and is pinned to that selection. The view on the left changes when you select a different component.
  4. In MVEL-capable property fields, press Ctrl+space to access content assist, a set of context-sensitive code completion options.
    Content assist is only available in assembly projects that contain the Java facet.