Overview
Contains smart services to allow processes to manage other processes, manage node activity, upgrade process version and update locales.
Example use cases:
NOTE: The unarchival functionality of this plug-in is incompatible with distributed environments and will not function. Instead, utilize the OOTB unarchival functionality available in Appian 25.2 and later.
Key Features & Functionality
Smart Services included:
All the Smart Services must run in a context with Administrator rights and return a result code indicating whether or not the operation was successful.
The smart service "Find Archived Processes by Date & PM UUID v2" isn't working and is throwing error as For input string: "535009097.l"
Did you get any solution to this? I am also getting the same error. I am on 24.2
Hi, is there a time limit for unarchive a process?
tagging Appian AppMarket, Ben Dudley manually since replies here never seem to actually generate notifications for me.
Hi, I am trying to use Find Archived Processes by Date & UUID to delete the archived processes but it's throwing an error:
For input string: "22468.l". What could be the reason? The date entered is 4/29/2023 and using a constant for Process UUID.
TIA
I've scoured your links and I still can't find out any reasonable explanation as to why, for instance, the Un-Archive Processes node (when passed a valid process instance ID which I can still see in my process monitor, to clarify), returns a "-1" for certain instances (while failing to actually un-archive them). Any further advice?
The result codes are documented in the API docs, ProcessExecutionService and the Constant Field Values (it's not super straighforward but the values are there).
Hey @Mike - we're reaching out to the original authors and asking for an updated version with documentation to be submitted in the near term. Please subscribe to updates to be informed when it is submitted.
Would be nice if there were some sort of documentation for what Result Codes mean what. Appian AppMarket
The version input has to be text. It must include the full version number including (for some reason) decimal. So process model version 22 must be written in the smart service as "22.0", etc.