Environment Variables

Users can configure environment variables to be used in scripts. There are few places user can set environment variables.

Block level environment variables can be set in block settings. This will be applied to all endpoints and periodic tasks.

Endpoint level environment variables can be set in endpoint settings. This will be applied to that specific endpoint only.

Periodic task level environment variables can be set in periodic task settings. This will be applied to that specific periodic task only.

Environment variables that is set in Periodic task and Endpoint settings will override Block level environment variables.