Back to Docs
Recipe Engine
Workflow Status UI
Real-time visibility into recipe execution — steps, progress, and completion state.
Overview
Every recipe run exposes a structured status object consumed by the dashboard. The UI renders a step-by-step timeline with live indicators for pending, running, completed, and failed states.
Status States
Pending
Running
Completed
Failed
Timeline Component
Validate payload signature
completed
Resolve target process
completed
Inject loader stub
running
Verify IAT integrity
pending
API Endpoint
GET /api/v1/recipes/{run_id}/status
Poll every 500ms during active runs. Response includes step array with timestamps and error payloads on failure.