Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Add Steps to Components

Add Steps to Components

Create an assembly project.
Steps perform individual operations on a message as it passes through an integration. You can add steps to
async-mediation
and
sync-mediation
components only.
  1. Open the assembly in the Assembly Editor.
  2. Add an
    async-mediation
    or
    sync-mediation
    component to the assembly.
  3. Drag a step from the
    Palette
    into your
    async-mediation
    or
    sync-mediation
    component. Place steps in order of execution. As you complete the task, consider:
    Palette Category
    Description
    Transform
    Displays mediation steps that enable you to transform messages as they pass through your integration.
    Logging & Eventing
    Displays mediation steps that enable you to log messages as they pass through your integration.
    Message Manipulation
    Displays mediation steps that enable you to manipulate messages as they pass through your integration.
    Validation
    Displays mediation steps that enable you to validate messages as they pass through your integration.
    Encoding
    Displays mediation steps that enable you to encode messages as they pass through your integration.
    Other
    Displays miscellaneous mediation steps that enable you to perform individual operations on messages as they pass through your integration.
  4. Click
    Save
    .
Studio displays the new step within the component on the assembly diagram.
Configure the properties of the new step.