In the GN4 version 2.4 you can print pages directly inside a workflow (that is, without calling the ../edo.ashx?cmd=Server Print REST method).
For this purpose, the edfn:serverPrint() method has been added to the editorial XSLT extensions.
You can call the edfn:serverPrint() method from inside a workflow applying a XSLT stylesheet; it accepts the same parameters than the ../edo.ashx?cmd=Server Print REST method.
There is a new workflow wf_PrintEdition.xml, which receives the id of an edition and the name (or the id) of the printing preset to use. This workflow calls the edfn:serverPrint() extension and prints all the pages of the edition using the input printing preset.
Note that, in the workflow, you can specify the printing options (if needed) and the Tracy's options.
You can execute the wf_PrintEdition.xml workflow from srv4, or scheduled in Back4; for example:
srv4 wf PrintEdition -ids 12345 -pars "configName:PDF File;"