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
3 replies
Subscribers
7 subscribers
Views
2153 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
We have functions like apply(fn!functionName, array), reduce(fn!product, accumu
chetany
A Score Level 1
over 10 years ago
We have functions like apply(fn!functionName, array), reduce(fn!product, accumulator, array), which take a function or rule as an argument. This allows us to evaluate in a functional(as in Functional Programming) manner. In a way they are higher order functions. However, we cannot create a rule which takes another rule/function as an input. Will Appian allow such functionality anytime in the future?...
OriginalPostID-128751
OriginalPostID-128751
Discussion posts and replies are publicly visible
Top Replies
chetany
over 10 years ago
+1
A Score Level 1
Thank you for the link. I agree that it is doable by creating a custom function plugin. However, I just wish that a process designer would have the flexibility of doing so just by using the expression…
Parents
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Technically speaking you can build your own custom function that executes any expression if you use the ProcessDesignService API and its evaluateexpression() method
forum.appian.com/.../ProcessDesignService.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Technically speaking you can build your own custom function that executes any expression if you use the ProcessDesignService API and its evaluateexpression() method
forum.appian.com/.../ProcessDesignService.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data