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.- Right-click an assembly element and selectShow Properties View.
- Required properties have an asterisk in the upper left-hand corner of the icon. As you complete the task, consider:Property IconProperty 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:
- To compare property views:
- Select a component in the assembly diagram.
- Hold down the Ctrl key and select a second component.
- Right-click either component and selectCompare Properties. The first component'sPropertiesview displays on the left. The second component'sPropertiesview displays on the right, and is pinned to that selection. The view on the left changes when you select a different component.
- 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.