Runs & Executions
Every time you run a workflow, 60 Minute Creator keeps a record of it. This page shows you how to watch a run happen live, look back at past runs, cancel a run, re-run just part of your workflow, and check exactly what each node produced.
Running a workflow
- On your workflow's canvas, click the "Run workflow" button in the top right action bar.
- If your workflow's last run failed, you'll see a "Previous run failed" dialog first. Choose:
- "Cancel" to stop and do nothing
- "Rerun Full Workflow" to start completely fresh
- "Continue from Failed" to pick up from the node that failed, keeping the results you already have
- If nothing failed last time, the run starts right away.
Watching a run live
While your workflow runs, the canvas updates in real time so you can see exactly what's happening:
- The "Run workflow" button turns into a red "Stop run" button.
- Each node gets a glowing outline as it works: a pulsing orange and red outline while it's running, a green glow once it finishes successfully, or a red glow if it fails. Nodes that haven't started yet have no outline.
- The connecting lines between nodes light up too, showing you which parts of the workflow have finished and which are still going.
- As soon as a node produces something, like a generated image, you'll see a small preview right on the node itself.
- If something goes wrong, an "Error" badge appears in the action bar. Click it any time to reopen the error details.
If a run ever seems stuck and doesn't start within a minute, you'll see a message telling you it didn't start in time.
Once a run finishes, the glowing outlines fade back to normal after a few seconds.
If any Export node in your workflow was set to download its output, the finished files download automatically in your browser as soon as that run completes.
Stopping a run
Click the red "Stop run" button to cancel a run that's in progress. The run is marked "Cancelled" and its row shows how long it had been running. If the cancel doesn't go through for some reason, you'll see a "Cancel failed" message.
Checking your run history
Click the clock icon in the action bar, labeled "Executions," to open your run history.
At the top, you'll see a summary: your success rate over the last 30 days and your total number of runs. The success rate is shown in green when things are going well, orange when it's mixed, and red when most runs are failing.
Below that is a list of your past runs. Each row shows:
- The date and time it ran
- Whether it was triggered manually or on a schedule ("Manual" or "Scheduled")
- Its status (see below)
- The cost, broken down by provider, with a bold total. A "~" before the total means it's an estimate rather than a confirmed cost.
- How long the run took
If a run failed, you'll see a short error summary right under its row. Scroll down and click "Load more" to see older runs. New runs and status changes appear in this list automatically, without needing to refresh the page.
If you haven't run this workflow yet, you'll see "No executions yet, Run your workflow to see execution history here."
Run statuses
A run can show one of these statuses:
- Running: still in progress
- Completed: finished successfully
- Failed: something went wrong
- Cancelled: you stopped it before it finished
- Skipped: didn't run because another run of this workflow was already in progress. A skipped run has nothing to show, so you can't open it on the canvas
Looking back at a past run
Click any completed, failed, or cancelled run in the Executions list to view it. This closes the dialog and paints that run's results directly onto your canvas, a read-only look back that doesn't change or re-run anything. Skipped runs have nothing to show, so they can't be opened.
While you're viewing a past run, a banner appears at the top of the canvas showing an eye icon, "Viewing run," the date it ran, and its status. If you've since changed your workflow so that some nodes from that run no longer exist, the banner will let you know.
- If the run you're viewing failed, the banner shows a "Resume" button that continues that specific run from where it stopped.
- Click "Exit" to leave this view and return to your live canvas.
Starting a new run always takes you out of this view automatically.
You can't select a run that's still in progress. If a new run is currently active, none of the rows in the list can be selected until it finishes.
Running just part of your workflow
Every node has its own "Run" button, with a small dropdown arrow next to it. This lets you re-run a single step instead of the whole workflow.
Clicking the main part of the button is smart about what it does:
- On a node with no inputs, it runs just that node, or that node plus everything after it if you've run it before.
- On a node whose inputs already have results, it runs that node and everything downstream of it.
- On a node whose inputs haven't been generated yet, you'll be asked whether to run your full workflow or run everything up to that node instead.
Click the dropdown arrow for more control. You'll see four options:
- Run only this node: re-runs just this node, leaving everything downstream untouched (only available once this node's inputs already have results)
- Run this node and after: runs this node and everything that comes after it
- Run workflow until here: runs everything up to and including this node
- Run full workflow: runs the entire workflow from the start
After you run only a single node, any nodes further downstream that weren't touched are dimmed on the canvas, so you can tell at a glance which results might now be out of date.
Checking a node's input and output
Every node has an "I/O Inspector" button, alongside Settings, Rename, and Delete, that appears when you hover over it. Click it to open a side panel with the full details of what went into that node and what came out.
The panel header shows the node's status (Completed, Failed, or Running) and how long it took. If the node hasn't run yet, it says "No run data."
Inside, you'll find two sections:
- Input: the model used, your prompt, and a summary of anything that came from earlier nodes
- Output: the result, whether that's generated text, an image, a playable video or audio clip, token usage, exported files, or an error message if the node failed
Seeing what's running from your workflows list
On your Workflows page, any workflow that's currently running shows a live "Running" badge with a glowing border right on its card, so you can tell at a glance which workflows are active without opening them.