Child pages
  • Workflow Elements and Connections

Versions Compared

Key

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

The Scene is initially empty and you start with creating a workflow schema on it:

workflow schema 

Anchor
workflow schema
workflow schema
workflow schema 

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

 workflow element 

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 elementcontains one or several input and output ports.

 element connection 

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.

...