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