Child pages
  • Multiplexer Element

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

This rule means that the multiplexer gets one message from the first input port and one message from the second input port, joins them into a single message, and transfers it to the output. This procedure is repeated while there are available messages in both input slotsports.

See an example workflow below:

HTML
<center>
  <img src="/wiki/download/attachments/16126399/multiplexer_element_1to1Multiplexer Element_1.png"/>
</center>

As you can see:

...

HTML
<center>
  <img src="/wiki/download/attachments/16126399/multiplexer_element_1toManyMultiplexer Element_2.png"/>
</center>

As you can see the conditions are the same as in the first "1 to 1" case, described above:

...

  • "Message 1" + "Message 6" = "Message 8"
  • "Message 1" + "Message 7" = "Message 9"
  • "Message 2" + "Message 6" = "Message 10"
  • "Message 2" + "Message 7" = "Message 11"
  • "Message 3" + "Message 6" = "Message 12"
  • "Message 3" + "Message 7" = "Message 13"

Parameters in GUI

ParameterDescriptionDefault value
Multiplexing rule

Available values are:

  • 1 to 1
  • 1 to many

See the detailed description of the values above.

1 to 1

Parameters in Workflow File

Type: multiplexer

ParameterParameter in the GUIType
multiplexing-ruleMultiplexing rulestring

Input/Output Ports

The Multiplexer has  element has ports, but it has not slots, because its use the whole data flow.

The element has 2 input port:

  1. The first input port:
    • Name in GUI: First input
data flow
    • port
    • Name
in Workflow File
    • in Workflow File: input-data-1
  1. The second input port:
    • Name in GUI: Second input
data flow
    • port
    • Name
in Workflow File
    • in Workflow File: input-data-2

The element has 1 output 1 output port:

  • Name in GUI: Multiplexed output
data flow
  • Name in Workflow File: output-data

Element in Samples

Also see the Find Substrings at SequencesSearch for TFBS examples with Multiplexer element.The element is used in the following workflow samples: