I have a process attached to a query that is "applicable to multiple". The process performs the following for each list item:
- A subfolder is created for document export.
- Documents are exported to the subfolder.
- Files are zipped using 7-Zip command line.
- The zipped file is downloaded using the DISPLAY URL action.
With 1 record selected, everything works perfectly. With more than one, everything works but the DISPLAY URL action only works on the first record in the sequence. The testing log shows all actions executing for each record in the queue with no errors.
The Main above process is called from a master process that does nothing but call the Main Process as seems to be needed for this to work properly. I have tried putting the DISPLAY URL action in a sub-process (in a few different configurations) but it does not change anything.
For example:
Call the Main Process
Call the DISPLAY URL process
Also, calling the DISPLAY URL process at the end of the Main Process as in the list above.
I know that processes often have to be segregated to work correctly but I think I've tried that.
Also, the Tomcat log does not show a GET action for more than one download, so it seems AIM is not processing the command for some reason.
Let me know if you have any suggestions, please.