# Configure Workflow Settings

Follow these steps to configure global settings for your workflow, such as environment variables and failure notifications.

Navigate to the Settings icon, located in the header of the canvas. A new window will appear, containing the following sections:

  • Environment Variable
    • To manage reusable, editable data without altering your workflow's logic, navigate to the "Environment Variable" section and click the + icon to create a new variable that you intend to modify later in the flow. You must define the following:
      • Label: A unique name for the variable
      • Data type: The type of data the variable will hold - String, Number, Object, Array (string), Array (number), Array (object)
      • Value: An initial default value for the variable.
  • Notification Settings
    • To receive a notification when an error occurs in the flow, turn the Flow Error Notification toggle ON.
    • Additional fields will appear where you must provide recipient details (e.g., email addresses, SQS Send Message).