Package Information
Released: 6/7/2025
Downloads: 0 weekly / 0 monthly
Latest Version: 0.1.1
Author: mrowrpurr
Documentation
đ§ n8n-nodes-function
Blueprint-style function system for n8n, inspired by Unreal Engine 5.
Define reusable logic blocks with Function
, call them with CallFunction
, and return values with ReturnFromFunction
.

đĻ Features
- đ§ą Define reusable logic with named
Function
nodes - đ Call functions with dynamic parameters using
CallFunction
- đ Return values cleanly using
ReturnFromFunction
- đ§Ŧ Nested function calls - functions can call other functions with isolated return values
- đ Global functions - share logic across workflows
âšī¸ Gotchas
- đĸ Functions only work on
Active
workflows. - đ To detect changes to new/existing
Function
nodes, toggle the workflow off/on.The
Call Function
andReturn from Function
do not require toggle workflow after changes.
But function names/params fromFunction
nodes require toggling the active state.
It's not an intentional choice, it's just a limitation of how trigger nodes work inn8n
.
đ ī¸ Installation
