
Get and Set External Process Variables
by Appian Corporation
Description
Plugin that provides a set of functionalities in order to consult and manipulate process variables in external processes. Given the names(s) of process variables and a process id, these Smart Services can retrieve and set data on those process variable(s).
Features
Functions: GetExternalPVsActivity
Smart Services: Get External PVs, Set External PVs
Release notes
Create a new Set Process Variables node. The old version will continue to work, but must be swapped out for newer version to take advantage of the following updates:
Set Process Variables
- Added two outputs:
-- Success: returns true unless exception was thrown -- ErrorMessage: returns the exception message when Success = false
- Now handles cdt version updates on nested cdts
- Now leaves pvs or cdt fields unchanged instead of nullifying when encountering multiplicity, type, or field existance mismatches between source and targets (including fields within cdts)
Version history (2)
1.0.2
*1.0.2*
- Migration to Gradle
- Removal of Deprecated APIs
*1.0.1* [MIGRATED] *17/Dec/2018* Added new custom function getExternalPVs
------------------------- Given a process variable name and a process id, these smart services can retrieve and set data on them. Documentation in plug-in explains details.
The latest version of the Set External PVs now allows to run the set operation from a newer version of a type to an older type when changes to the type are supported (attribute additions only).
1.0.1
[MIGRATED] *17/Dec/2018* Added new custom function getExternalPVs
------------------------- Given a process variable name and a process id, these smart services can retrieve and set data on them. Documentation in plug-in explains details.
The latest version of the Set External PVs now allows to run the set operation from a newer version of a type to an older type when changes to the type are supported (attribute additions only).
Resources
- Download
README.pdf
Other