Activity Logging
Monitor, debug, and troubleshoot your workflows with activity logs.
Overview
Activity logging provides visibility into your workflow executions. Every time a workflow runs, Sequensy logs detailed information about what happened, making it easy to monitor, debug, and optimize your automations.
Accessing Activity Logs
- Go to Sequensy in your WordPress admin
- Click Activity in the top menu
- Browse and filter log entries
Log Entry Structure
Each log entry contains:
| Field | Description |
|---|---|
| Timestamp | When the execution occurred |
| Workflow | Which workflow ran |
| Trigger | The event that started it |
| Status | Success, failed, or partial |
| Duration | How long execution took |
| Actions | List of actions executed |
Log Levels
Sequensy uses four log levels:
Debug
Detailed technical information for troubleshooting:
- Variable values
- API requests/responses
- Step-by-step execution flow
Info
Normal operational events:
- Workflow started
- Action completed
- Workflow finished
Warning
Non-critical issues that didn’t stop execution:
- Empty optional field
- Retry attempted
- Fallback used
Error
Problems that caused failure:
- Action failed
- Invalid data
- API error
- Connection timeout
Filtering Logs
By Workflow
View logs for a specific workflow:
- Click the workflow filter
- Select the workflow
- View only its executions
By Level
Filter by severity:
- Show only errors for troubleshooting
- Show all for complete picture
By Date Range
View logs from specific time periods:
- Today
- Last 7 days
- Last 30 days
- Custom range
By Status
Filter by execution result:
- Success - Completed without errors
- Failed - One or more errors
- Partial - Some actions succeeded
Reading Log Details
Click any log entry to see details:
Execution Summary
Workflow: Welcome New Users
Trigger: User Registered
Started: 2024-01-15 10:30:45
Duration: 1.2s
Status: Success
Action Details
[1] Send Email
To: john@example.com
Subject: Welcome, John!
Status: Sent
Duration: 0.8s
[2] Add to Mailchimp
Email: john@example.com
List: Newsletter
Status: Subscribed
Duration: 0.4s
Variable Values
Trigger Data:
user_id: 42
user_email: john@example.com
first_name: John
last_name: Doe
role: subscriber
Troubleshooting with Logs
Workflow Not Running
Check if trigger fired:
- Filter by workflow
- Look for any recent entries
- If none, trigger conditions may not be met
Action Failing
Find the error:
- Open the log entry
- Find the failed action
- Check error message
- Review input data
Wrong Data
Verify variable values:
- Open log entry details
- Check “Trigger Data” section
- Compare expected vs actual
Common Error Messages
| Error | Cause | Solution |
|---|---|---|
| Invalid email | Bad email format | Check variable |
| Connection timeout | API unreachable | Retry later |
| Authentication failed | Bad credentials | Reconnect integration |
| Not found | Record doesn’t exist | Check ID/reference |
| Rate limited | Too many requests | Space out workflows |
Log Retention
Activity logs are retained based on your settings:
| Setting | Retention |
|---|---|
| Default | 30 days |
| Debug Mode | 7 days (more detail) |
| Extended | 90 days (Pro) |
Old logs are automatically deleted to manage database size.
Performance Insights
Use logs to understand workflow performance:
Execution Time
- Average duration per workflow
- Slow actions identification
- Peak execution times
Success Rates
- Overall success percentage
- Problematic workflows
- Common failure points
Volume Tracking
- Executions per day/week
- Trigger frequency
- Action volume
Best Practices
Regular Monitoring
- Check logs daily for errors
- Review failed executions promptly
- Monitor new workflows closely
Debugging Workflow
- Reproduce the issue
- Find the log entry
- Check trigger data
- Walk through each action
- Identify where it failed
- Fix and test again
Optimizing Performance
- Review slow executions
- Identify bottleneck actions
- Consider alternatives
- Monitor improvement
Managing Log Size
- Use appropriate retention
- Clear old debug logs
- Export important logs if needed
Exporting Logs
Export logs for analysis or compliance:
- Filter to desired entries
- Click Export
- Choose format (CSV, JSON)
- Download file