Superadmin-only: resubmit a chart's stored source PDF through the Extend workflow. Works on any
chart with a stored source file — including ones whose previous run completed — so workflow
config changes can be verified without re-running the RPA pull. The update lands asynchronously
via the extraction webhook; the response only confirms the resubmission was accepted.
Service errors bubble via unwrap() and are mapped to TRPC codes by their band
(errorBandMiddleware): not-found → 404, missing source file / ingest scope → 400.
Superadmin-only: resubmit a chart's stored source PDF through the Extend workflow. Works on any chart with a stored source file — including ones whose previous run completed — so workflow config changes can be verified without re-running the RPA pull. The update lands asynchronously via the extraction webhook; the response only confirms the resubmission was accepted.
Service errors bubble via
unwrap()and are mapped to TRPC codes by their band (errorBandMiddleware): not-found → 404, missing source file / ingest scope → 400.