Overview
Provides a collection of Smart Services and Functions to manage and analyze several process model settings
Key Features & Functionality
Functions:
Smart Services
!!!! WARNING: !!!! The Delete Process Model Version smart service should be executed over versions you don't have running instances on. You can use a process model report to determine whether you can safely delete versions or not. The reason being this will delete the XMLs from the file system as well , which are used by running instances. Make sure you delete only those versions from which you no longer have process instances running.
Hi,
Is there any update on the support of this plugin to the recent version 23.4. I came across this plugin is not working for recent version which is 23.4.
I have seen this plugin delete all versions for multiple process models for multiple customers when used in the environment cleanup app. The environment cleanup app has specific safeguards in place to prevent all version from being deleted so it seems like there is an issue with the plugin itself. Has this been seen before?
Hi all,I've just upgraded to 3.1.3 and having an issue with the cancel process smart service v2 node.As input I'm providing cancel Async Subs : Truedry run : TrueprocessId's :tointeger(pv!processIDs)where processIDs are an array (orignally text) of 268572139; 268572141Ouputs are the defaults mapped to pv! as usual.However at run time the node is failing with the following message : [Lcom.appiancorp.suiteapi.process.ProcessSummary; cannot be cast to [Ljava.lang.Long;
Hello, in the input variables of the smart service "Delete Process Model Versions", which must be put: - keep versions. - oldest age. - Process models Ids.
But to answer your question, the plugin is just using this api https://docs.appian.com/suite/help/20.1/api/com/appiancorp/suiteapi/process/ProcessExecutionService.html#unarchiveProcess-java.lang.Long-
which is going to rely on the archive being in the default folder of /server/archived-processes
Are you moving your .l files out of there using a script?
Which smart service are you referring to in this plug-in? I think you might be referring to a different plug-in: https://community.appian.com/b/appmarket/posts/process-management-services
Can you repost your question there?
We have the distributed Environment so we have Archived Folder on App Server, Now when we are using archived processes smart service, the process is getting archived but when we try to either find the process through PM UUID and Archive Date or we try to unarchive the process through ppid, it is not finding archived process. Can you please guide why this would be happening and how can we resolve it?