KingCaller

Workflow Logs

Track workflow automation execution, step results, and error details.

Workflow Logs

Workflow Logs show the execution history of your automated workflows, including each step's result.

Accessing Workflow Logs

Navigate to LogsWorkflow Logs

Log Entry Details

FieldDescription
TimestampWhen the workflow ran
Workflow NameWhich workflow was triggered
TriggerWhat started the workflow
StatusCompleted, Failed, In Progress
DurationTotal execution time
StepsNumber of steps executed

Execution Detail View

Click any log entry to see the step-by-step execution:

app.kingcaller.ai
Workflow execution detail with step timeline
Step-by-step execution view with status, inputs, and outputs
  1. Step 1: Trigger — what event started the workflow
  2. Step 2: Action — first action taken (e.g., "Send SMS")
    • Input: data passed to the step
    • Output: result returned
    • Status: success ✅ or failed ❌
  3. Step 3: Condition — branch evaluation
    • Which path was taken
  4. Step 4: Action — next action...
    • And so on for each step

Filtering

FilterOptions
WorkflowSpecific workflow or all
StatusCompleted, Failed, In Progress
Date rangeTime period
Trigger typeEvent type that started the workflow

Troubleshooting Failed Workflows

When a workflow fails:

  1. Click the failed log entry
  2. Find the step with the ❌ error
  3. Check the error message — it describes what went wrong
  4. Common issues:
    • Missing data — a required field was empty
    • API error — external service returned an error
    • Credential expired — update credentials in the Vault
    • Timeout — step took too long
  5. Fix the issue in the Workflow editor
  6. Re-test by triggering the workflow manually

Stats Summary

At the top of the log view:

  • Total Runs — number of workflow executions
  • Success Rate — % completed successfully
  • Failed — number of failed runs
  • Avg Duration — average execution time
app.kingcaller.ai
Stats summary bar with four KPI cards: Total Runs (1,247), Success Rate (94.2% with green indicator), Failed (72 with red indicator), and Avg Duration (3.2s), displayed in a row at the top of the log view
Quick stats give you a snapshot of workflow health

On this page