BrainGrid Controller
Process Orchestrator
Variables

Variables

Variables let you store and reuse values across nodes within a process. They are scoped to the process and can be marked as credentials to keep sensitive values hidden.

Viewing Variables

Open any process and click the Variable tab in the right panel to see all variables defined for that process.

Variable panel showing list of process variables

Adding a Variable

Click New Variable to open the Add Variable dialog.

Add Variable dialog with name, type, credential, and value fields
FieldDescription
NameA label used to identify the variable
Variable TypeThe data type: Text, Number, Boolean, or JSON
Mark as CredentialWhen enabled, the value is stored securely and masked in the UI
ValueThe initial value assigned to the variable

Click Submit to save. The variable appears in the list and can be referenced in any node's configuration within this process.

Editing and Deleting Variables

Click the menu next to any variable to access its options.

Variable context menu with View, Edit, and Delete options
OptionAction
ViewOpen a read-only view of the variable's details
EditUpdate the variable's name, type, or value
DeleteRemove the variable from the process