Skip to main content
April 24, 2025
Question

Plug-in development

  • April 24, 2025
  • 2 replies
  • 0 views

Hi, 

I'm researching about the plug-ins development and I've seen in the documentation that a local installation of Appian is required to develop and test any type of plug-in. For instance, in this page it says the following: 

"In order to individually build a custom smart service plug-in, a licensed local installation of Appian is required. Appian Cloud customers who have a local installation must develop and test the custom smart service locally and coordinate with Appian Technical Support to deploy it on their site."

Why is a local installation necessary? Is it because the Appian JAR (<APPIAN_HOME>/_admin/sdk/appian-plug-in-sdk.jar) has to be added as an external dependency in the IDE? The JAR file can only be obtained from a local installation?

Thanks in advance

    2 replies

    mathieud0001
    April 24, 2025

    That and you need to be able to test your plugin before you submit it to the app market or install it on your official instance.

    stefanhelzle0001
    April 24, 2025

    Because a plugin in development is potentially unsafe and might break the environment.