Skip to main content

Append streams

Description

Append Streams is a step in the Flow Plugin for Process Studio Workflows. The "Append streams" step reads data from two input steps. It processes data from the first and second streams in that order and appends the rows coming from the second step to the rows from the first step. The row layout of the input data coming from both steps has to be identical: the same row lengths, the same data types, the same fields at the same field indexes in the row.

Configurations

No.Field NameDescription
1Step nameSpecify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow.
2Head hopSpecify the name of the step from which will be read from first.
3Tail hopSpecify the name of the step from which will be read from last.