We have an automated deployment pipeline setup. When there are errors encountered during inspection of the package, we see a message similar to the following:
The application did not inspect properly. There are 10 errors. The log file id is 3210.
Would like to know what might be the default filepath for files such as log file 3210?
Discussion posts and replies are publicly visible
It seems like 3210 is document id generated in Appian Document Management system. You can use ContentService to get Appian document object and then use it to get folder id, file path to get the file as input stream and other properties.