Skip to content

Flow Runs

The Flow Runs view shows the execution history of your automated workflows. Track which flows have run, see their results, and debug issues.

Flow run execution view

Accessing Flow Runs

Click Flow Runs in the sidebar or press Ctrl+7 to open the view.

Execution List

The main panel shows all flow executions with:

ColumnDescription
FlowWhich flow ran
StatusCurrent execution state
TriggerWhat started the flow (Manual, Schedule, Ticket event)
StartedWhen execution began
DurationTotal execution time
NodesProgress indicator (completed/total nodes)

Execution Statuses

StatusMeaning
PendingQueued but not started
RunningCurrently executing
PausedWaiting for user input
CompletedFinished successfully
FailedEnded with an error
CancelledStopped by user

Execution Details

Click an execution to view its details:

Execution View

Opens the Flow Execution View showing:

  • Visual flow diagram with node status indicators
  • Current position highlighting the active node
  • Node results for completed nodes
  • Error details for failed nodes

Timeline Tab

Shows a chronological list of events:

  • Node start/complete times
  • Data passed between nodes
  • Errors and warnings
  • User inputs (for Wait nodes)

Context Tab

Shows the execution context:

  • Trigger input data
  • Node outputs
  • Flow variables
  • Current state

Real-time Monitoring

For running flows:

  • Node status updates in real-time
  • Progress bar shows overall completion
  • Active nodes are highlighted
  • Errors appear immediately

Flow Controls

While a flow is running:

ActionDescription
PausePause at the next safe point
ResumeContinue a paused execution
CancelStop the execution entirely
Inject DataProvide input to a waiting node

Filtering

Filter the execution list by:

FilterOptions
FlowShow executions for a specific flow
StatusFilter by status
Trigger TypeManual, Scheduled, Ticket event
TimeToday, This Week, This Month, All

Re-running Flows

To re-run a flow:

  1. Find a previous execution
  2. Click Re-run from the options menu
  3. Optionally modify the trigger input
  4. The flow starts a new execution

Debug Mode

Enable Debug Mode from the flow toolbar to step through execution node by node:

ActionDescription
StepExecute the next node and pause
ContinueRun until the next breakpoint or completion
StopCancel the execution
SkipSkip a node and provide mock output
Modify InputChange a node's resolved inputs before execution
Modify OutputChange a node's output after execution

Set breakpoints on specific nodes (before or after execution) to pause and inspect data at each stage. Debug Mode shows resolved inputs, expected next nodes, and actual outputs.

Error Recovery

When a node fails during execution, the flow pauses and presents recovery options:

ActionDescription
RetryRe-execute the failed node
SkipSkip the node and provide mock output to continue
StopCancel the entire execution

This lets you recover from transient failures (API timeouts, rate limits) without restarting the entire flow.

Debugging Failed Flows

When a flow fails:

  1. Open the execution details
  2. Find the failed node (marked in red)
  3. Check the error message and stack trace
  4. Review the node's input data
  5. Use Error Recovery to retry or skip the failed node
  6. Or fix the issue in the flow editor and re-run

Scheduled Flow History

For flows with schedule triggers:

  • Each scheduled run appears as a separate execution
  • View the pattern of runs over time
  • Identify missed executions
  • Check for recurring failures

Archived Executions

Completed executions can be archived to keep the list clean. Archived executions are hidden by default but can be shown with a filter toggle. The FlowExecution tracks archived: boolean for this purpose.

Worktree Results

For flows that use worktree isolation, the execution details show merge results when a worktree branch is merged back to the base branch.

Sciorex is proprietary software.