execute inpin function

This block is part of the function execution group and was last modified in core v10.4.28.

execute inpin function v10.4.28

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

In pins 1 + flow
  • flow
    flow
  • function required
    inpinfunction
Out pins 0 + flow
  • flow
    flow

Executes the function whose reference arrives on the inpinfunction pin (an object carrying action_guid), enabling dynamic dispatch e.g. from the frontend. Pin values pass into the function and its return values map back onto this block's outputs; data embedded in the function reference wins over same-named pin values. A missing or non-object reference, an empty action_guid, and a failed call are all SILENT : no error output, the flow just continues.

A typical wiring for execute inpin function: a function trigger starts the flow; the flow out pin feeds debug.

Studio canvas example for the execute inpin function block: typical wiring for execute inpin function.

Version history

Introduced in v10.4.28.


Back to function execution Return to the main group to view all sub-groups Back to function Return to the group to view all blocks within this group