- Global Activity Log: A single dashboard containing all notifications and workflow runs across every workflow in your project.
- Per-workflow Activity Log: A focused view that shows only the runs and notifications for a specific workflow.
- Notifications: Inspect the emails (or other messages) sent (or pending) from your workflows.
- Workflow Runs: Track each run’s status, see where in the workflow it is, and view error details (if any).
Releasing notifications
If your workflow is sandboxed, any notifications it generates will be held in a pending state until you manually release them. This is a great way to test your workflow in a more “production-like” environment without accidentally sending real messages to users. You can:- Go to the Notifications tab of the Activity Log (global or per-workflow).
- Check the notifications you want to release.
- Click Release.
- Dreamlit will immediately attempt to send them out.
Workflow errors
If a step fails for any reason, you can quickly see:- Which run encountered the error
- Which step failed
- Error message (if available)