Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
This listing is archived.
More
Cancel
More by this author
Information
Author:
Innodev
Type:
Plug-in (Function & Smart Service)
Industry:
All Industries
Compatible Version(s):
17.4+, 19.1
First Released:
21 Feb 2019
Last Updated:
21 Feb 2019
Cost:
Not Applicable
* Cost information is not applicable since this listing is archived.
Share
Share on Facebook
Share on LinkedIn
Share on Twitter
Home
»
AppMarket
»
Artifact Info
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.