Overview
Contains smart services to allow processes to manage other processes, manage node activity, upgrade process version and update locales.
Example use cases:
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.
Hi, recently installed IDP and all the process models have their language set to en US. As a UK site, this means all model names are appearing as ???. KB1193 recommends using this plug in to reset the model names, but there does not seem to be a smart service for this
Hi, we are using this plug-in to restart specific nodes, by using smart-service "Restart all nodes v2" when they are failed to be able to resume a large amount of instances in one go.When we are passing a pv! variable in the node input parameter "Within Process IDs" which is empty (null) this smart-service will start triggering instances in what looks like a random order, inlcuding instances which are already completed instead of paused. Is this expected behaviour or a bug for not handling the scenario of null input?
I think there is no documentation available specifically for this plugin. What do you need?
Hi,
I have tested this plugin in 20.2 and it seems to be working properly. Specifically, I have tested the smart services:
- Archive Processes- Unarchive Processes- Find Archived Processes
Have you found any issue using this plugin in the latest versions?
Thanks.
Documentation inregards to usage of this Plug in is Missing can any one help with this ?Support
Hi Alvaro,
We are upgrading our platforms to New Appian version 20.1. Can we expect an updated version of this plugin to support on Latest Version of Appian as It shows Compatible Version(s): 7.10+, 18.4
Thanks
Hi Nafis,
This Smart Service is using the unarchiveProcesses method of the ProcessExecutionService interface, which is documented in the Appian Java API docs.
These numbers are values from the ResultList class that correspond to ResultList.CODE_VALID (1) if the action succeeded, or ResultList.CODE_INVALID (-1) if the specified process does not exist. The values for this constant list can be seen here.
Hi justins797, we are also facing the same issue, in health check it is showing the plugin as high risk of using due to some deprecated API , But still functioning, But how do you conclude it as false positives as high risk.
Hi Team,
Do we have any documentation to refer to ?
I am trying to use Unarchive Processes smart service and getting result as 1. What does 1 stands for ? Also, I cant see the process getting un-archived.
For some cases, I am getting result as -1. What is -1 ?
Thanks & Regards,
Nafis Khan
Update: The Appian Health Check report was reporting back false positives as high risk. Please ignore my original message.