Variables
  • 11 Sep 2023
  • 1 Minute to read
  • Dark
    Light

Variables

  • Dark
    Light

Article Summary

Use global variables to store and share data between workflow executions. A global variable is a key:value pair that exists on the workspace level. This means that you can use the variable in any workflow execution on a specific workspace.

Maximum of 1 MB for the variable value
Names are unique. If you try to create a global variable and supply a name that already exists, it will fail.

Time to live (TTL)

By default, variables will exist indefinitely unless you set the expires_in parameter, which determines the variable's time to live.

  • After you set a TTL, it cannot be removed, but it can be reset.
  • You can update a variable's TTL by passing the expires_in parameter in the following requests:
    • Append to variable
    • Update a variable

Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.