Hello , GetPublishedApplication plug in, gets the list of published a

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
  • 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.
Reply
  • 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.
Children
No Data