- 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.
Handling failed notifications
- Errored and pending email rows are selectable; disabled checkboxes stay grey with a tooltip for ineligible rows.
- Use the action bar to Retry release or Cancel send for the selected emails.
- Cancelled sends are timestamped (
cancelled_at) and appear when filtering by the Canceled status.
Canceling pending releases
If a workflow is sandboxed, pending emails can be canceled directly from the Activity Log. Select pending rows in the Notifications tab, choose Cancel send, and they will be marked canceled immediately so they won’t be released later.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)