Store: Rename File
Rename a file flowing through the workflow without touching its content. Useful right before uploading to blob storage / SFTP / Drive when the downstream system requires a specific filename convention.
Parameters
Pattern—REQUIRED
Templated filename to apply (e.g. example.json, invoice_{tracker_uuid} .pdf). Placeholders are resolved at runtime against workflow context.
Input
File—REQUIRED
The incoming file (or JSON payload serialized to a file) to rename.
Output
File
The same file, renamed to match the configured pattern.