Hi, what are the requirements for a custom plugin can be installed in the appian

Hi, what are the requirements for a custom plugin can be installed in the appian cloud?...

OriginalPostID-59268

OriginalPostID-59268

  Discussion posts and replies are publicly visible

  • Hi Luis,
    Any custom plug-in under the Shared Components section on Appian Forum with a cloud icon beside the name is Appian Cloud approved.

    Customer created custom plug-ins are reviewed by Appian Cloud team members before deployment to the any customer cloud instance. Common items we look out for are:
    -Does the plug-in use libraries that are not under a public/ free use license? This violates Appian Cloud policy.
    -Does the plug-in directly use the AdministratorServiceContext or directly derive a user account's service context? This breaks Appian Cloud security policies. The ServiceContext should be taken from the plug-in constructor method.

    I hope that gives you some tips on things that the Appian Cloud team looks for when reviewing a custom plug-in.