Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
4 subscribers
Views
1690 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Is is possible to call an existing expression function from within a custom func
bilalw608
over 10 years ago
Is is possible to call an existing expression function from within a custom functions plugin?
e.g. you can find a function by name using com.appiancorp.suiteapi.expression.Function but can you execute it?
Thanks
OriginalPostID-155170
OriginalPostID-155170
Discussion posts and replies are publicly visible
0
Sathya Srinivasan
Appian Employee
over 10 years ago
Bilal, a scalable approach would be to expose the rule via a webAPI and call it from where you require the rule to be executed. WebAPI's are available as of Appian 7.9
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
bilalw608
over 10 years ago
Thanks Sathya but I meant to ask that whether it is possible to call ANY existing expression function using the Appian public API e.g. using 'reflection'.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Another option since you mentioned the public API:
forum.appian.com/.../TypedValue.html
forum.appian.com/.../TypedValue.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
bilalw608
over 10 years ago
I intended to use NamedTypedValue to work with the parameters but eventually I still need to execute the function.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel