This documentation is for WSO2 ESB version 4.0.3. View documentation for the latest release.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

TheĀ Sequence Mediator refers to an already defined sequence element, which is used to invoke a named sequence of mediators.



Syntax

A sequence ref token refers to a <sequence> element, which is used to invoke a named sequence of mediators.

<sequence key="name"/>

UI Configuration

In the "Sequence Mediator" panel you can give the name of the sequence, you want to refer to or select it from the registry by clicking the appropriate Registry Browser link. See more information about Registry Browser in Namespace.

To specify the Key Type, select:

  • Static key - In staic manner, User can provide a registry key which refers a predefined sequence.
  • Dynamic key - Where user can define a 'XPath' expression to point the exact sequence name, which is present in the message. So, ESB will look into the system for that particular sequence and will do further processin

  • No labels