Execution Tools
Essential Features for Effective Workflow Management at the Bottom of the Interface
Execution History
This feature shows a log of past workflow runs. You can see when each run occurred, if it was successful, and any errors. This is useful for troubleshooting and understanding workflow performance. Click on an entry for more details about that run.
Versions
This feature tracks all changes to your workflows. You can view and compare previous versions and revert back if necessary. This is great for experimenting with new changes while keeping a stable version available. It also helps teams collaborate without losing updates.
Global Variables
This feature allows you to store data for use throughout your workflow, such as API keys or user settings. This promotes consistency and reduces the need for repetitive entries. When you update a global variable, the change automatically applies across the entire workflow. Essentially, a global variable is a key-value pair that can be accessed and used in various activities, ensuring data consistency and reusability.