Script
delivery
What to do with the generated PDF.
delivery
What to do with the generated PDF.
The function must return a DeliveryStatus().
Example :
- store in CMS
 - store in a S3 bucket
 - send email
 - start a BPMN workflow
 - store on blockchain
 - ...
 
return DeliveryStatus
TODO: Need to be documented