Skip to content

Process Execute

Impure

Executes a scriptable process.

Pure Function
No

Execute Inputs

Execution

INPUT

Execution Input.

Execute Outputs

Complete

OUTPUT

Fires when the graph finishes executing.

Data Inputs

Process

INPUT

ID or name of the process to execute.

Model

INPUT

ID or name of the model the process resides in (Empty will default to the current model).

Arguments

INPUT

Map of inputs to pass to the process.

Data Outputs

Success

OUTPUTboolean

Whether or not the process was successful (Only if not fire and forget).

Multiple

Settings

Fire and Forget

BOOLEAN

If true, Complete execution path will be executed without waiting for the process.

Default: false

Debug

STRING

Break on node when executing.

Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing