Every time a workflow executes, Markifact creates a run record with detailed logs and results. This helps you monitor performance, debug issues, and track your automation history.


Where to View Runs

1. Logs Sidebar (Live Debugging)

When running a workflow manually from the canvas editor:

  • Click Run Manually button
  • The Logs sidebar opens automatically
  • Shows real-time execution progress
  • Click any node to see its input/output details

2. Workflow Runs Page (Historical View)

For all workflow executions (manual and triggered):

  • Navigate to Runs in the left sidebar
  • See complete execution history across all workflows
  • Filter by status, trigger type, or workflow name
  • Access detailed logs for any past run

Run Information

Each run record includes:

FieldDescription
StatusSuccess, Error, or Running
TriggerHow the workflow started (Manual, Scheduler, Slack, etc.)
DurationTotal execution time
CreditsCredits consumed during the run
Started AtTimestamp when execution began
NodesNumber of nodes executed and any errors

Failure Notifications

When a workflow fails, you’ll receive an email notification with:

  • Error summary - Brief description of what went wrong
  • Failed node - Which specific node encountered the error
  • Workflow name - So you know which automation needs attention

The email will direct you to check the Runs page for detailed logs and troubleshooting information.

💡 Pro tip: The email gives you a quick overview, but always check the Runs page for complete error details and debugging information.


Log Details

Click any run to see detailed execution logs:

Node-Level Logs

  • Input: Data that entered each node
  • Output: Data produced by each node
  • Table/JSON views: Switch between formats for easier reading
  • Error details: Specific error messages and troubleshooting info

Execution Flow

  • See which nodes executed successfully
  • Identify where workflows stopped or failed
  • Track data transformation through each step

History Retention

Your execution history is kept based on your plan:

PlanHistory Kept
Free1 day
Pro7 days
Team30 days

After this period, execution logs are automatically deleted to keep your workspace clean.

💡 Tip: Download important logs or results before they expire if you need them for longer-term analysis.


Common Use Cases

Debugging Workflows

  • Check the Logs sidebar when a workflow fails
  • Look for red error indicators on specific nodes
  • Review input/output data to identify issues

Performance Monitoring

  • Track execution duration trends
  • Monitor credit usage patterns
  • Identify slow or expensive nodes

Data Validation

  • Verify correct data is flowing between nodes
  • Confirm transformations are working as expected

FAQ