Docs
Search docs…⌘K
DashboardStart free →
Getting Started
What is WyberAi?Your first buildHow credits work
Web Apps
Generating a web appConnecting SupabasePublishingCustom domainsExporting & self-hosting
Mobile Apps
Generating a mobile appThe live previewExporting to ExpoApp Store submission
Integrations
Claude & MCP
Account & Billing
Plans & pricingCredits explainedAI models
Workflows›Running & monitoring

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.

Workflow enable toggleScreenshot placeholder — to be added after testing

Manual test run

  1. 1
    Click 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
  2. 2
    Watch 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
  3. 3
    Review 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.

Run history tableScreenshot placeholder — to be added after testing
Note: Failed runs are highlighted in red. Click into a failed run to see which step errored and why.
← Building a workflowNext: Workflow templates →