# Round-Trip Test Flow Eval ## Goal Exercise extract → map → ingest sequence on a real sample, verifying result at each step, surfacing issues. ## Plan 1. Extract: Sample already loaded from sample-templates/onboarding-template-formfields.json 2. Map: Already validated using test_mapping.py 3. Ingest: Already logged payload using docusign_ingest_stub.py (stub mode for now) 4. Validate: Compare source fields/types vs output tabs/fields ## Result - All onboarding sample fields preserved and correctly mapped in end-to-end flow. - Output contains: text, dateSigned, list, checkbox, radio, signHere (expected values) - No field type loss or unexpected transformation. - (Live API ingest will add DocuSign template ID as validation in future runs.) --- *Round-trip dry-run validated by Cleo, 2026-04-14*