Logs
When building workflows, it’s important to understand how each step is running and what outputs are being produced. That’s where Logs come in.
Where to Find Logs
In the Editor view, you’ll see a Logs tab next to the Action button. Clicking on Logs opens a detailed record of your workflow runs.

Content of Logs Panel
Logs display the outputs of the entire signal flow, step by step.
You’ll be able to clearly see:
Which nodes executed successfully
The exact output from each node
Any errors that occurred during execution
This makes Logs your go-to tool for debugging and optimisation.

Success & Failure Indicators
Nodes in your workflow will visually update in the Logs view:
Green Glow → Node ran successfully and produced an output.
Red Glow → Node failed to run or returned an error.
This lets you instantly spot where something went wrong without digging through code or raw data.
Why Logs Matter
Debugging | Verification | Optimisation |
Quickly identify failing nodes and understand why they didn’t run as expected. | Confirm that your signals and agents are producing the outputs you need. | Track how workflows behave over time and refine them for better results. |
Pro tip: When testing a new workflow, always check the Logs after your first few runs. It’s the fastest way to confirm everything is firing correctly before you scale it up.