Configuration
id
: Unique node identifierfunction_id
: ID of deployed function to executesave_response_to
: Variable name to store function response (optional)
Function context
Your function receives this data:Function response
Functions can return JSON to update the flow:Examples
Basic function executionHow it works
- Invokes function: Calls your deployed function with flow context
- Processes response: Updates flow variables from function response
- Continues flow: Advances to next step via
next
edge - Saves data: Optionally stores full response in specified variable