ENUM
1enum ProcessStrategy {23# text - choose it for things like csv, json, xml, plain text etc.4text56# pdf - body should be html to be converted to pdf7pdf8}