Monitoring workflow runs and versions
Track every workflow execution, debug failures, and manage versions to keep your automations running reliably.
Once a workflow is published, Dalil automatically executes it when the defined trigger occurs. The Runs page provides a complete overview of all executions for a workflow, allowing users to track how automations perform over time.
Workflow Runs
From the Runs view, users can monitor:
- Completed runs
- Failed runs
- Workflows currently in progress
- Execution time per run
Each run represents a single instance of the workflow being executed. Monitoring runs helps teams confirm that automations are functioning correctly and identify potential issues quickly.
Execution Logs
Each workflow run includes a detailed execution log showing how the automation was processed. These logs display:
- Trigger event details
- Workflow steps executed
- Input data passed to each step
- Output generated by each action
- Errors or failures encountered
This visibility is essential for debugging automation logic when workflows fail or behave unexpectedly.
Workflow Versions
Dalil workflows maintain version history to ensure changes can be tracked and managed safely. Every time a workflow is updated and published, a new version is created.
Versioning allows users to:
- Review previous workflow versions
- Track how the automation has evolved over time
- Restore earlier versions if a change causes issues
Version control helps teams experiment with improvements while maintaining operational stability.
Notifications
Users can configure alerts for:
- Workflow failures
- Workflow successes
- Workflow progress updates
Notifications ensure that automation issues are detected quickly and workflows continue running reliably.
Was this article helpful?
Your feedback helps us improve our documentation.