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
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Function | string | Yes | The local function to call. | |
| Arguments | object | Values passed to the function's parameters. Omitted optional parameters use their defaults. |