
Plug-in (Function & Smart Service)Free
Framework Tools
by Appian Corporation
Description
When building an application with the intent for re-use, you often want the ability to make it easy for the developers using your components. These rules and smart services make it easier to create a good experience for those developers by allow you to query for rules and constants, decouple your code from your callers, and even create rules and constants.
Features
Smart Services:
- Add Objects to Application: Given an application and UUIDs, adds objects to an application
- Create Constant: Creates a constant
- Create Rule: Creates a rule
Functions:
- fn!areGroupsInApp: Given an application and a set of groups, returns an array of boolean indicating whether the groups are in the app
- fn!evaluateConstantByName: Given a constant's name, returns its value
- fn!getRuleReference: Given a rule's name, returns a reference to that rule for future evaluation
- fn!queryContent: Search for rules and constants
- fn!getRuleUuid: Gets a rule's UUID from its name or a reference to it
Release notes
Fixes a bug in the getruleuuid function
Version history (5)
1.1.0
Adds a new function to get a rule UUID from a reference to it
1.0.3
Removes the RuleInput CDT
1.0.2
Fixed a bug that causes the plugin to fail to deploy
1.0.1
Datatype had incorrect namespace
1.0.0
Initial release