We’ve added the ability to generate a case summary PDF. This process can be started using the createCasePdf
mutation. A new type has been added to support this GeneratedPdfInformation
. The PDF generation process can take several minutes. To support this a new webook event type has been added PdfUpdated
which will notify on a state change to the PDF. Only 1 current PDF will be generated at a time for a case. Repeated calls to createCasePdf
will return the same PDF information if there is a PDF at the status of COMPLETED
or PROCESSING
. If edits are made to the case after the PDF generation any associated PDFS are updated to a status of SUPERSEDED
.
CaseInformation
has had a field added pdfs
this lists all the PDF’s that have been generated, or are still generating.