Skip to main content

Execution History

Every workflow execution is saved automatically, giving you a complete record of past runs, generated outputs, and credits consumed. You can browse history at both the node level and the workflow level.

Node-Level History

Each generator node stores up to 20 past executions. This means you can revisit previous results for any Image Generator, Video Generator, or other generation node without re-running the workflow.

For each stored execution, you can see:

  • The generated output (image or video).
  • The parameters and configuration used at the time of execution.
  • The timestamp of the run.
tip

Node-level history is particularly useful when you are iterating on a single node's settings. You can compare the last 20 results side by side to find the best configuration.

Workflow Runs Panel

The workflow runs panel gives you a timeline of every full workflow execution. Each entry in the panel includes:

FieldDescription
Run timestampThe date and time the workflow was executed.
StatusWhether the run completed successfully, partially, or with errors.
DurationHow long the execution took from start to finish.
Nodes executedThe count of nodes that ran in this execution.
Credits consumedThe total credits spent on this run.

Credits Consumed Tracking

Flow Studio tracks credit usage at both the individual node level and the overall workflow level. You can use this information to:

  • Understand which nodes and models consume the most credits.
  • Estimate costs before running a workflow by reviewing similar past executions.
  • Monitor your credit budget over time.

Reusing Past Results

You can reuse outputs from previous executions without spending additional credits:

  1. Open the history panel for a generator node.
  2. Browse the stored results.
  3. Select the result you want to use and send it downstream to connected nodes.
info

Reusing a past result does not consume any credits. It simply re-routes an already-generated output into the next stage of your workflow.