Documentation navigationNavigare documentație
LESSON 13 OF 14LECȚIA 13 DIN 14
Submit and follow live evidenceTrimite și urmărește dovada live
Reconcile terminal SSE state with four transformations and five document generations in the canonical graph.Reconciliază starea terminală SSE cu patru transformări și cinci generări de documente în graful canonic.
- ContextContext
- isolated-loopback-course
- Required roleRol necesar
- engineer
- HeadersHeadere
- Content-Type · Origin · X-CSRF-Token · Idempotency-Key · Last-Event-ID
- FixturesFixture-uri
- rca-payload-1-month · rca-provenance
01 · RUN LOCALLYRULEAZĂ LOCAL
Copy the chapter commandCopiază comanda capitolului
Create the synthetic RCA submission and resume its ordered event stream.Creează Submission-ul RCA sintetic și reia fluxul său ordonat de evenimente.
./scripts/docula-course chapter submit-follow-evidence --workspace "$DOCULA_COURSE_WORKSPACE"02 · CHECK THE CONTRACTVERIFICĂ CONTRACTUL
Expected released responseRăspuns publicat așteptat
{
"operation_id": "createSubmission",
"kind": "response",
"status": 202,
"media_type": "application/json"
}03 · CHECKPOINT
Required assertionAserțiune obligatorie
{
"assertion": "actual.transformations == 4 && actual.document_generations == 5 && actual.events_reconciled == true",
"protocol_sha256": "ef453c4c3f5d6a2815dc66b944880a4452165a735b84313510e7ecc024c4e5dd"
}