Unknown macro: {next_previous_links}
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

« Previous Version 3 Current »

A sequence is an ordered list of mediators (a mediator chain). When a sequence is given a message, it will go through all the mediators in the sequence. A sequence can also hand over messages to other sequences.

Adding a Sequence

A sequence can be added to the Governance Registry as follows. 

  1. Log on to the Management Console.
  2. Click Main > Metadata > Add > Sequence.
  3. Enter information about the sequence. 
FieldDescription
NameThe name of the sequence.
VersionThe version of the sequence.
OnErrorSequenceIf there is an issue when mediating the sequence, this will be invoked.
TraceEnable trace log.

Listing Sequences

  1. Click Main > Metadata > List > Sequences.
  2. Filter sequences as required.


When filtering the data using more than one value in the search field, use comma separated values with quotation marks to distinguish the values. E.g., if there are two entries with the words Connector and Resource, the search string would be: "Connector", "Resource".

  • No labels