Reliable Actions
Requires
dbflowlabs/core:^1.1. Optional Filament visibility and Pro recovery UI.
Reliable actions add an execution ledger (attempts, dispatch, recovery) on top of classic inline action nodes.
Runtime
| Command | Purpose |
|---|---|
dbflow:actions-dispatch |
Dispatch queued reliable action work |
dbflow:actions-recover |
Recover stuck executions |
Manual recovery services include retry, skip, and cancel for queued executions only. In-flight HTTP work cannot be forcibly stopped.
Schedule the dispatch/recover commands and run a queue worker when you enable reliable actions. Use php artisan dbflow:diagnostics to verify readiness.
Filament Standard
Read-only Action Executions pages when the capability is enabled. Permissions include dbflow.action_executions.view_any, dbflow.action_executions.view, and dbflow.action_attempts.view.
Pro
Pro canvas Reliable Action Inspector authors execution modes. Pro also provides retry / skip / cancel UI for queued executions and an operational summary widget.
Legacy action nodes remain legacy_sync until explicitly configured for reliable execution.