Basic Nodes
๐๏ธ Input File
An input node for a file. This is required and is the starting point of a flow. Any input node can be used, just one is required.
๐๏ธ Input Folder
An input node for a folder. This will only work if the library using this flow is configured for folders.
๐๏ธ Conditions
2 items
๐๏ธ Copy File
Copies a file to the destination folder
๐๏ธ Delete Source Directory
Deletes the source folder of the original library file.
๐๏ธ Delete
Deletes a file
๐๏ธ Executor
Execute the following process against the file.
๐๏ธ Fail Flow
Fails a flow immediately, useful if you want a certain path to just fail.
๐๏ธ File Exists
Checks if a file exists
๐๏ธ File Extension
Checks if the file has one of the configured extensions.
๐๏ธ File Size Compare
Checks if the file size has changed sized from the original file.
๐๏ธ File Size
Checks if the file size matches the configured parameters. The values are in megabytes.
๐๏ธ Filename Pattern Replacer
This node lets you make replacements in the filename.
๐๏ธ Function
The function node allows you to use custom javascript code to process within the flow.
๐๏ธ Goto Flow
This lets you switch to a different flow to process.
๐๏ธ Log
Logs a message to the flow log
๐๏ธ Move File
Moves a file to the destination folder
๐๏ธ Original File
Sets the current working file in the flow to the original file that started the flow.
๐๏ธ Pattern Match
Tests the working file and original file against a regular expression.\n\nOutput 1: Matches expression.
๐๏ธ Renamer
Renames the working file.
๐๏ธ Replace Original
Replaces the original file with the working file.
๐๏ธ Sleep
Pauses the flow for the given milliseconds
๐๏ธ templating
1 items
๐๏ธ Touch
Touches a file or directory and sets the last write time to now.
๐๏ธ Unpack
Allows you to unpack an archive, zip, rar, tar etc.
๐๏ธ Unzip
This node is now obsolete and has been replaced by the Unpack node.
๐๏ธ Variable Match
Tests if a input matches a stored Variable.
๐๏ธ Web Request
Copies a file to the destination folder
๐๏ธ Zip
Allows you to zip the input