Running & monitoring
Enable your workflow to let it run automatically, or trigger a manual test run at any time. The run log shows every execution with inputs, outputs, and errors.
Enabling a workflow
In the workflow editor top bar, toggle the Enable switch. When enabled, the workflow runs on its configured trigger — on schedule, on webhook, or manually. Toggle it off to pause without deleting.
Manual test run
- 1Click Run now
Click Run now in the top bar to trigger an immediate test run regardless of the schedule.
Run now buttonScreenshot placeholder — to be added after testing - 2Watch the execution
Each node lights up as it executes. The bottom log panel streams step-level output — inputs, outputs, and duration for each node.
Workflow executingScreenshot placeholder — to be added after testing - 3Review the result
The final output is shown in the result panel on the right. The run is also saved to the run history so you can come back to it later.
Run result / logScreenshot placeholder — to be added after testing
Reading run history
Click the History tab to see all past runs. Each row shows the start time, status (Success / Failed), and duration. Click any row to see the full step-level log for that run.