Video planned
45-second recording: show generation, wait, success/failure routing, download, and retry.
Handle generation results
After Valtimo starts document generation, the case should wait until Epistola has finished the PDF.
Recommended flow
- Start document generation.
- Wait for the completion signal.
- If generation succeeded, download the PDF.
- If generation failed, show the error and route to a retry or manual review step.
- Store or send the document only after a successful download.
What users should see
Users should not see technical job details. Show whether the document is waiting, ready, failed, or needs correction. If correction is possible, send the user to a retry form with the fields they can fix.
Developer note
The Valtimo plugin stores the technical result state for the workflow. Modelers usually only need the success, failure, and retry paths.