Skip to main content

Blocking Step

Description

Blocking Step is a step in the Flow Plugin for Process Studio Workflows. The Blocking step blocks all output until the very last row is received from the previous step. At that point, no row is sent to the next step or the complete input is sent to the next step. The Blocking Step is used in workflows before triggering plugins, stored procedures, Java scripts, or for synchronization purposes. Note: When using this step in combination with a Table Output step, the functionality is not guaranteed when a SQL statement is fired against the target table afterwards.

Configurations

No.Field NameDescription
1Step nameSpecify a name for the step; this name has to be unique in a single workflow.
2Pass all rows?This checkbox determines whether to pass no row or all rows. If this is checked the following fields are enabled.
3Spool directorySpecify the directory in which the temporary files are stored if needed; the default is the standard temporary directory for the system
4Spool-file prefixSpecify a recognizable prefix to identify the files when they appear in the temp directory
5Cache sizeSpecify a cache size for rows in memory. The more rows you can store in memory, the faster the step works
6Compress spool files?Enable this checkbox to compresses temporary files.