Block Until Finished
Blocks output until input is finished
Processing
Waits until all input rows have arrived before outputting any rows.
This step operates in one of three modes:
- Buffer: collects all input rows and forwards them after input is finished
- Trigger: discards all input rows and generates a single empty output row after input is finished
- Finish: discards all input rows and does not generate any output rows
This step never generates any rows if it receives no input rows.
Settings
Name | Type | Description |
---|---|---|
General | ||
When Finished |
string |
This step operates in one of three modes:
This step never generates any rows if it receives no input rows. Evaluated once when step initializes |
Buffering | ||
In-Memory Capacity |
long |
The amount of rows the step should keep in memory when buffering. If more than this number of rows need to be buffered, the step stores excess rows on disk. Evaluated once when step initializes |
Temp Folder |
boolean |
The folder to create any temp files in. If none is provided, the temp directory indicated by the operating system is used. Evaluated once when step initializes |
Compress Temp File |
boolean |
If Evaluated once when step initializes |
Results
The step does not provide any results.