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.- Open the assembly in the Assembly Editor.
- Add anasync-mediationorsync-mediationcomponent to the assembly.
- Drag a step from thePaletteinto yourasync-mediationorsync-mediationcomponent. Place steps in order of execution. As you complete the task, consider:Palette CategoryDescriptionTransformDisplays mediation steps that enable you to transform messages as they pass through your integration.Logging & EventingDisplays mediation steps that enable you to log messages as they pass through your integration.Message ManipulationDisplays mediation steps that enable you to manipulate messages as they pass through your integration.ValidationDisplays mediation steps that enable you to validate messages as they pass through your integration.EncodingDisplays mediation steps that enable you to encode messages as they pass through your integration.OtherDisplays miscellaneous mediation steps that enable you to perform individual operations on messages as they pass through your integration.
- ClickSave.
Studio displays the new step within the component on the assembly diagram.
Configure the properties of the new step.