Files
content-ingestion-agent/.agents/plans/wf-decompose-b4be4be4fd0c/steps/step-3.md
demo-bot 5446becd60
Some checks failed
ci / test (push) Failing after 7s
decomposer: record implementation detail for 7 step(s)
2026-09-01 14:10:46 +00:00

10 lines
467 B
Markdown

# Step 3 — Implementation Detail
1. Define RunResult with run ID, status, count, errors, and cursor.
2. Select full or incremental connector execution from the requested mode.
3. Publish successful documents before returning the new cursor.
4. Retry connector/publisher failures up to max_retries.
5. Return a dead-letter-compatible result after final failure.
6. Dispatch webhook payloads to the configured connector.
7. Add orchestration and fixed-run-ID tests.