Artifact Info

Overview
Expression Functions:
  • artifactinfo_getartifactinfo: Retrieves info about an artifact (e.g. expression rule, folder, etc.). Attributes are returned in a dictionary. Each dictionary contains keys including 'uuid' and 'found'. If 'found' is true, expect more values; otherwise, the artifact's info couldn't be retrieved for some reason.
  • artifactinfo_getancestorsinfo: Retrieves info about all ancestors of the provided artifacts. A list of dictionaries is returned. Each dictionary contains keys including 'uuid' and 'found'. If 'found' is true, expect more values; otherwise, the artifact's info couldn't be retrieved for some reason.
 
Pre-requisites: Appian environments running on Java 7 or higher.
Anonymous