Event Logs
Event Logs
A complete and structured record of every workflow execution — monitor automation performance, trace data flow, and diagnose issues with full visibility into each step of a Konnector.
What are Event Logs?
An Event Log is a record of a single execution instance of a Konnector. Every time a workflow runs, a new event log is automatically generated. These logs are essential for maintaining reliability, ensuring accuracy, and troubleshooting failures within integrations.
Each event log captures the full picture of what happened during that execution run — from the trigger through every downstream node.
- The Konnector that was executed
- The time of execution
- The execution status
- Step-by-step node execution details
- Input and output data for each node
- Error information, if applicable
Accessing Event Logs
To view event logs in Konnectify:
This opens the Event Logs page where all execution records are listed.
Event Logs Page
The Event Logs page displays a table of workflow executions. Each row represents a single execution run.
Table columns
| Column | Description |
| Konnector | The name of the workflow that was executed |
| Status | The result of the execution (Executing, Success, Partial Success, or Failed) |
| Executed | The timestamp of when the execution occurred |
Available actions
Refine the event logs list based on:
- Konnector name
- Execution status
- Date range
Reloads the latest execution data to ensure the most up-to-date logs are displayed.
Customise the table view by:
- Selecting which columns are visible
- Pinning important columns
- Resetting to the default configuration
Execution Status Types
Each event log is categorised into one of the following statuses. If a workflow fails, detailed error information is available within the log.
| Status | Meaning |
| EXECUTING | The workflow is currently in progress |
| SUCCESS | The workflow completed successfully |
| PARTIAL SUCCESS | Some nodes executed successfully while others failed |
| FAILED | The workflow execution failed — detailed error information is available within the log |
Detailed Execution View
Clicking on a specific event log opens the detailed execution view, which provides complete insight into how the workflow was executed — node by node.
Each step in the workflow is displayed as a node with its individual execution status. This allows you to identify exactly where the workflow succeeded or failed.
- Displays the data received by each node
- For trigger nodes, this represents the initial event payload
- Shows the processed data generated by each node
- Helps trace how data transforms across the workflow
- Available for failed nodes only
- Includes error messages and response details
- Useful for diagnosing issues such as invalid data or duplicate entries
Example Scenario
Why Event Logs Matter
Event Logs play a critical role in workflow management. They give you the visibility needed to keep automations running reliably.
- Debugging of failed executions
- Monitoring of automation performance
- Validation of data flow across nodes
- Identification of configuration issues
- Execution history for auditing
- No visibility into what ran or failed
- Difficult to pinpoint where data was dropped
- No record for compliance or audit purposes
- Longer resolution time for integration failures
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article