Hello All,
I'm trying to search and unarchive one of the process model instance but command is getting timed out, please let me know if anyone faced the same issue earlier?
sh /opt/appian/server/_scripts/tools/archiveprocess.sh search -pmuuid 0002e96b-2552-8000-96d5-014d98014d98 -pstarted '20240315*'
Thanks,
Sneha
Discussion posts and replies are publicly visible
The timeout limit for the archiveprocess.sh script can be increased. You can find instructions for doing this in the Appian documentation https://docs.appian.com/suite/help/24.1/Managing_Process_Archives.html.If unsure of exact start date, use -pstarted '202403*' to search all of March 2024.
archiveprocess.sh
-pstarted '202403*'
Hello,
Please let me know steps t increase the timeout limit for the script?
yes, I have used the -pstarted aling with pm uuid to search the process instance.
Thanks