Basic
ποΈ Input File
An input flow element for a file.
ποΈ Input Folder
An input flow element for selecting a folder.
ποΈ Complete Flow
A flow element that completes or ends the flow execution.
ποΈ Conditions
2 items
ποΈ Copy File
Copies a file to the destination folder
ποΈ Create Folder
Creates a folder at the specified absolute path on the system.
ποΈ Delete Source Folder
Deletes the source folder of the original library file.
ποΈ Delete
Deletes either a single file or a single directory.
ποΈ Executor
Execute the following process against the file.
ποΈ Fail Flow
Fails a flow immediately, useful if you want a certain path to just fail.
ποΈ Fail Reason Matches
Evaluates whether the failure reason specified in the flow matches the provided input.
ποΈ File Date Compare
Checks if the file creation or last write time matches the specified date constraint.
ποΈ File Exists
Checks if a file exists
ποΈ File Extension
Checks if the file has one of the configured extensions.
ποΈ File Name Matches
Checks if the original file name (including the full path) matches the specified value using String Operations.
ποΈ File Property Exists
Tests if a property has been set on this file record. Properties are stored in the file's database record and are unique to this specific file instance, not the filename. If the same file appears in a different library, it will have its own separate properties.
ποΈ File Property Matches
Tests if a property on this file record matches a given value. Properties are stored in the file's database record and are unique to this specific file instance, not the filename. If the same file appears in a different library, it will have its own separate properties.
ποΈ File Size Compare
Compares the current file size to the original file size to determine if it has changed.
ποΈ File Size Within
Determines whether the current file size is within a specified difference from the original file size.
ποΈ File Size
Checks if the file size falls within the specified range.
ποΈ Filename Pattern Replacer
This flow element lets you make replacements in the filename.
ποΈ Folder Date Compare
Checks if the folder creation or last write time matches the specified date constraint.
ποΈ Folder Iterator
Iterates all files in a given folder and executes those files against a sub flow.
ποΈ Goto Flow
Allows the flow to switch to a different flow for processing.
ποΈ Has Hard Links
Checks if a file has hard links to it.
ποΈ Is From Library
Checks if the current file originates from the specified library.
ποΈ Is Processing On Agent
Checks if the flow is currently running on a specified Agent.
ποΈ Library Output
Saves the working file according to your Library configuration settingsβsuch as replacing the original file, moving it to a new output folder, or handling original source cleanup.
ποΈ List Iterator
Iterates all strings in a given list and executes those files against a sub flow.
ποΈ Log Contains
Searches the Flow Runner log for the specified text.
ποΈ Log Image
Logs an image to the file log associated with the current processing file.
ποΈ Log Variables
Logs all the variables in the flow to the file log for debugging purposes.
ποΈ Log
Writes a message to the file log, which records log entries specifically for the current processing file.
ποΈ Matches All
Compares a set of values and checks if all conditions match.
ποΈ Matches
Compares a set of values and matches conditions to see which output should be called.
ποΈ Move File
Moves a file to the destination folder
ποΈ Move Folder
Moves a folder
ποΈ Original File
Sets the current working file in the flow back to the original file that triggered the flow.
ποΈ Pattern Match
Tests the working file and original file against a regular expression.
ποΈ Random
Allows you to configure between 2 and 10 outputs, and one of those outputs will be randomly choosen.
ποΈ Renamer
Renames the working file.
ποΈ Replace Original
Replaces the original file with the working file.
ποΈ Reprocess
Requeues the original library file to be reprocessed, optionally on a different Agent and after a delay.
ποΈ Scripting
5 items
ποΈ Set File Property
Sets a property on this file record. Properties are stored in the file's database record and are unique to this specific file instance, not the filename. If the same file appears in a different library, it will have its own separate properties.
ποΈ Set Variable
The Set Variable flow element creates or updates a variable that can be referenced later in the flow.
ποΈ Set Working File
A flow element that updates the current working file to the one specified.
ποΈ 7-Zip
Allows you to 7-zip the input
ποΈ Sleep
Pauses the flow execution for a specified duration in milliseconds.
ποΈ System
4 items
ποΈ Tag
This allows you to attach one or more custom labels or tags to the file's database entry within FileFlows. Crucially, this element does not modify the file content, its path, or its system metadata in any way. It only updates the associated database record for reporting, filtering, and list management purposes within the FileFlows system.
ποΈ Templating
1 item
ποΈ Touch
Updates the last write time (modified time) of a file or directory to the current time.
ποΈ Unpack
Allows you to unpack an archive, zip, rar, tar etc.
ποΈ Variable Exists
Checks whether a variable is defined and not null.
ποΈ Variable Match
Tests if a variable matches the given value.
ποΈ Write Text
Writes text to a file.
ποΈ Zip
Allows you to zip the input