Skip to content

Get Execution Environment Node

Utils/Execution

Get Execution Environment

Returns where and how the current run is executing.

utils_execution_get_environmentstd
Inputs0
Outputs12
Security exposure2/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
2/10High
PrivacyPotential sensitivity of processed data.
6/10Medium
PerformanceRuntime or resource pressure.
0/10High
GovernancePolicy, audit, or compliance impact.
2/10High
ReliabilityOperational stability considerations.
0/10High
CostExternal or compute cost impact.
0/10High

Input Pins

0

No input pins.

Output Pins

12

Environment

String
environment

The execution environment: local, desktop, mobile, browser_sandbox, or server

localdesktopmobilebrowser_sandboxserver

Execution Mode

String
execution_mode

The execution mode: sync, async, event, or scheduled

syncasynceventscheduled

Is Desktop

Boolean
is_desktop

True when the run is executing locally in the desktop app

Is Server

Boolean
is_server

True when the run is executing on the server

Is Mobile

Boolean
is_mobile

True when the run is executing on a mobile runtime

Is Browser Sandbox

Boolean
is_browser_sandbox

True when the run is executing in a browser sandbox runtime

Is Local

Boolean
is_local

True when the run has local/offline execution context

Is Remote

Boolean
is_remote

True when the run does not have local/offline execution context

Run ID

String
run_id

Current run identifier

App ID

String
app_id

Current app identifier, if available

User ID

String
user_id

Current user identifier, if available

Details

Struct
details

Structured execution environment details

ExecutionEnvironmentInfoExecutionEnvironmentInfo22 fields
environmentstringrequired
executionModestringrequired
runIdstringrequired
appIdstring | null
boardIdstring | null
nodeIdstringrequired
userIdstring | null
userSubstring | null

Deprecated alias for user_id kept for older boards.

eventIdstring | null
isDesktopbooleanrequired
isServerbooleanrequired
isMobilebooleanrequired
isBrowserSandboxbooleanrequired
isLocalbooleanrequired
isRemotebooleanrequired
isEventbooleanrequired
isScheduledbooleanrequired
streamStatebooleanrequired
+4 more fields
Schema enforced

Node Info

Internal name
utils_execution_get_environment
Category
Utils/Execution