Skip to main content

Call Function

Runs a function defined in this workflow, sharing the current run and browser/desktop session.

Category: Flow Control & Logic · Group: Flow Control · Activity name: CallFunction

Example

CallFunction("<functionName>", arguments={})

Inputs

NameTypeRequiredDefaultDescription
FunctionstringYesThe local function to call.
ArgumentsobjectValues passed to the function's parameters. Omitted optional parameters use their defaults.