The scenario is documented, however it is unclear to me how to handle a Create Output task that might or might not separate the document.
From the documentation:
- Through Workflow: Select to replace the current job file with the output produced by the server. Every option in the Output Preset is still used, except for the output location.
Note that when the output is separated, the current job file is not replaced with the actual output files but with a CSV file that lists the paths to the outputted files (e.g. “C:\Users\Administrator\Connect\filestore\3836.2859982401376467470\template_0001.pdf,C:\Users\Administrator\Connect\filestore\3836.2859982401376467470\template_0002.pdf,…”).
If I have a Create Output task that always produces a multiple file result, I could implement the CSV handling to move the files to the desired location with additional workflow steps.
If I have a Create Output task that sometimes produces a multiple file result, how can I implement a workflow logic where I determine if the output is split or not?