Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

Framework Tools

Overview

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.

Key Features & Functionality

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
Anonymous
Parents Comment Children