Child pages
  • Workflow Elements and Connections

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 A schema is a visual representation of the dataflow. It consists of workflow elements and their connections.

 

Anchor
workflow element
workflow element
workflow element 

An element of a workflow schema. Different elements are used to read data from files on disk, perform some algorithms and to write data to files on disk. Each element contains one or several input and output ports.

 

Anchor
element connection
element connection
element connection 

Connection between two elements specifies that data in output port of one element should be passed to a matching input port of another element.

...

Anchor
input port
input port
input port

 An input port of an element is used to collect data from another element. On the Scene it is displayed as prominent knob on an element with opened bubble.

 

Anchor
output port
output port
output port

 An output port of an element is used to provide data to another element. On the Scene it is displayed as prominent knob on an element with closed bubble.

...

Anchor
slot
slot
slot

 Each input or output port contains one or several slots. A slot specifies the kind of data that can be passed through it (for example SequenceSet of annotations, etc.)

...