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
+1
person also asked this
people also asked this
Replies
18 replies
Subscribers
7 subscribers
Views
7286 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Hello , GetPublishedApplication plug in, gets the list of published a
vinitl
over 10 years ago
Hello ,
GetPublishedApplication plug in, gets the list of published applications, and their application id ,only once, later It does not return anything.
Any idea, why it does not return for the 2nd time.
Regards,
Vinit....
OriginalPostID-120209
OriginalPostID-120209
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 10 years ago
The plug-in is failing in this line:
Application appl = applsvc.getApplication(ID);
and according to the Appian API Java Docs this would happen if the basic user doesn't have privileges to retrieve the application.
Click on "Applications" -> select the checkbox of the application you're having issues with -> Security and make sure this user belongs to a group that is listed in the security.
Alternatively you can put the expression in a script task as run it as whoever designed the mode.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 10 years ago
The plug-in is failing in this line:
Application appl = applsvc.getApplication(ID);
and according to the Appian API Java Docs this would happen if the basic user doesn't have privileges to retrieve the application.
Click on "Applications" -> select the checkbox of the application you're having issues with -> Security and make sure this user belongs to a group that is listed in the security.
Alternatively you can put the expression in a script task as run it as whoever designed the mode.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data