We found 7 matches for: function execution

An overview of all function execution blocks currently available, updated daily!

Function: return Exposed Data

Adds a custom array for each iteration in ForEach, allows you to expose values back to the original flow

In-pins

flow
object

Out-pins

flow
Function: return

Returns the added custom pins as data-pins on the function execute.

In-pins

flow

Out-pins

flow
function: execute in queue

Executes the given function on a given time using the queue and doesn't wait for it to be executed.

In-pins

flow
unique ID
A unique ID will make sure it doesn't make a new one if a queue item already exists with this ID.
Execute at
The time this function should run (rounded to the nearest 10 sec).

Default:
now
Debounce
This allows for a debounce (remove old, create new one) effect on this function, requires a unique id to work.

Default:
false
Shared State
Adds the shared state (variables, etc.) to the queue item.

Default:
false

Out-pins

flow
queue
The queue document
function: execute

Executes the given funcion and waits for it to be executed.

In-pins

function
function: execute

Executes the given funcion and waits for it to be executed.

In-pins

flow

Out-pins

flow
function: execute inpin function

This can be used to dynamically call functions (for example from the frontend)

In-pins

flow
function

Out-pins

flow
function: create

Creates a new function that can be executed using the given name.

Out-pins

flow